From ea5636af2ccf4e20d8c22d8ce44295e92e4bdafd Mon Sep 17 00:00:00 2001 From: Yinhang Liu Date: Sun, 23 May 2021 18:13:25 +0800 Subject: 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: --- docs/plugins/gst_plugins_cache.json | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'docs') 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, -- cgit v1.2.1