Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2018-12-29 01:00:28 +0300
committerSebastian Dröge <sebastian@centricular.com>2019-01-13 15:23:31 +0300
commit774110ec0a67e0e65037bcd186fde9aa91b7eb60 (patch)
tree62ee499a3d3bffd1b2c7c2c95c25df8af1b431e2 /Cargo.toml
parente930133bdf30df788ca9512e20225c0992bdc067 (diff)
closedcaption: Add closed caption plugin with an MCC parser and encoder
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 07d37d8dd..83fa27979 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,6 +8,7 @@ members = [
"gst-plugin-togglerecord",
"gst-plugin-threadshare",
"gst-plugin-tutorial",
+ "gst-plugin-closedcaption",
]
[profile.release]