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:
authorGuillaume Desmottes <guillaume.desmottes@collabora.com>2019-05-01 14:09:16 +0300
committerGuillaume Desmottes <guillaume.desmottes@collabora.com>2019-05-23 17:49:13 +0300
commitcfe660ae8232d0e7bbfe9b949319189820546e2a (patch)
treea071ad9e3d6fd08402b1b9338c580f7e1d9b6037 /Cargo.toml
parent8c0323794964523f575bf62ee0f126f31cbe9c1b (diff)
cdg: add cdgdec element
CDG video decoder used to render karaoke videos. Acting as a parser for now as we don't have cdgparse yet. I'll probably implement it at some point once we have GstBaseParse bindings.
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 9cbabbd66..1d9377060 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,6 +10,7 @@ members = [
"gst-plugin-tutorial",
"gst-plugin-closedcaption",
"gst-plugin-sodium",
+ "gst-plugin-cdg",
]
[profile.release]