diff options
Diffstat (limited to 'docs/plugins')
-rw-r--r-- | docs/plugins/gst_plugins_cache.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json index 143ad6a61..9d5790f93 100644 --- a/docs/plugins/gst_plugins_cache.json +++ b/docs/plugins/gst_plugins_cache.json @@ -8502,6 +8502,18 @@ "type": "GstFlowReturn", "writable": true }, + "ignore-eos": { + "blurb": "Whether to ignore GST_FLOW_EOS", + "conditionally-available": false, + "construct": false, + "construct-only": false, + "controllable": false, + "default": "false", + "mutable": "null", + "readable": true, + "type": "gboolean", + "writable": true + }, "ignore-error": { "blurb": "Whether to ignore GST_FLOW_ERROR", "conditionally-available": false, |