summaryrefslogtreecommitdiff
path: root/docs/plugins/gst_plugins_cache.json
diff options
context:
space:
mode:
Diffstat (limited to 'docs/plugins/gst_plugins_cache.json')
-rw-r--r--docs/plugins/gst_plugins_cache.json35
1 files changed, 34 insertions, 1 deletions
diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json
index 5248eb83b..71d8f72c4 100644
--- a/docs/plugins/gst_plugins_cache.json
+++ b/docs/plugins/gst_plugins_cache.json
@@ -3346,7 +3346,20 @@
"presence": "always"
}
},
- "properties": {},
+ "properties": {
+ "cdp-mode": {
+ "blurb": "Select which CDP sections to store in CDP packets",
+ "conditionally-available": false,
+ "construct": false,
+ "construct-only": false,
+ "controllable": false,
+ "default": "cc-svc-info+cc-data+time-code",
+ "mutable": "null",
+ "readable": true,
+ "type": "GstCCConverterCDPMode",
+ "writable": true
+ }
+ },
"rank": "none"
},
"ccextractor": {
@@ -3470,6 +3483,26 @@
"filename": "gstclosedcaption",
"license": "LGPL",
"other-types": {
+ "GstCCConverterCDPMode": {
+ "kind": "flags",
+ "values": [
+ {
+ "desc": "Store time code information in CDP packets",
+ "name": "time-code",
+ "value": "0x00000001"
+ },
+ {
+ "desc": "Store CC data in CDP packets",
+ "name": "cc-data",
+ "value": "0x00000002"
+ },
+ {
+ "desc": "Store CC service information in CDP packets",
+ "name": "cc-svc-info",
+ "value": "0x00000004"
+ }
+ ]
+ },
"GstCeaCcOverlayWinHPos": {
"kind": "enum",
"values": [