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

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2023-03-01 05:06:11 +0300
committerMatthew Waters <matthew@centricular.com>2023-04-05 06:00:32 +0300
commita8b46f1bf4743b75f042d08e9c909949e8617be2 (patch)
tree468257ddd51a074af5938ba6bcf5d71d67d528cf /docs
parentc0dc6eb35ce4fb345a0d65c28621a875e76d364e (diff)
closedcaption: add cea608tocea708 element
Implement an element that can take an input 608 caption stream and generate a valid 708 caption stream by parsing the 608 data and generating the equivalent DTVCCPackets and Service blocks. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1112>
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/gst_plugins_cache.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json
index e8d07f95..c62393c3 100644
--- a/docs/plugins/gst_plugins_cache.json
+++ b/docs/plugins/gst_plugins_cache.json
@@ -4600,6 +4600,31 @@
},
"rank": "primary"
},
+ "cea608tocea708": {
+ "author": "Matthew Waters <matthew@centricular.com>",
+ "description": "Converts CEA-608 Closed Captions to CEA-708 Closed Captions",
+ "hierarchy": [
+ "GstCea608ToCea708",
+ "GstElement",
+ "GstObject",
+ "GInitiallyUnowned",
+ "GObject"
+ ],
+ "klass": "Converter",
+ "pad-templates": {
+ "sink": {
+ "caps": "closedcaption/x-cea-608:\n format: s334-1a\nclosedcaption/x-cea-608:\n format: raw\n field: { (int)0, (int)1 }\n",
+ "direction": "sink",
+ "presence": "always"
+ },
+ "src": {
+ "caps": "closedcaption/x-cea-708:\n format: cc_data\n",
+ "direction": "src",
+ "presence": "always"
+ }
+ },
+ "rank": "none"
+ },
"cea608tojson": {
"author": "Mathieu Duponchelle <mathieu@centricular.com>",
"description": "Converts CEA-608 Closed Captions to JSON",