summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorYinhang Liu <yinhang.liu@intel.com>2021-05-23 18:13:25 +0800
committerHaihao Xiang <haihao.xiang@intel.com>2021-06-11 02:00:51 +0000
commitea5636af2ccf4e20d8c22d8ce44295e92e4bdafd (patch)
tree16f0a3289c2398e2e113fcbff251810317a6b2d4 /docs
parent2db3ce32efaa5c5a1935402632c5b223672a4b40 (diff)
downloadgstreamer-plugins-bad-ea5636af2ccf4e20d8c22d8ce44295e92e4bdafd.tar.gz
msdkenc: add ext-coding-props for external coding options
This property supports passing multiple parameters using GstStructure. Example usage: ext-coding-props="props,key0=value0,key1=value1,..." Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2139>
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/gst_plugins_cache.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json
index 5c80c55db..36ec43129 100644
--- a/docs/plugins/gst_plugins_cache.json
+++ b/docs/plugins/gst_plugins_cache.json
@@ -212402,6 +212402,17 @@
"type": "guint",
"writable": true
},
+ "ext-coding-props": {
+ "blurb": "The properties for the external coding",
+ "conditionally-available": false,
+ "construct": false,
+ "construct-only": false,
+ "controllable": false,
+ "mutable": "null",
+ "readable": true,
+ "type": "GstStructure",
+ "writable": true
+ },
"gop-size": {
"blurb": "GOP Size",
"conditionally-available": false,