From 43199bc883d68b1935b51b07a5c464f9f80c605a Mon Sep 17 00:00:00 2001 From: Vivia Nikolaidou Date: Thu, 26 Aug 2021 21:26:01 +0300 Subject: errorignore: Add ignore-eos mode It's otherwise very complicated to ignore GST_FLOW_EOS without a ghostpad's chain function to rewrite. Part-of: --- docs/plugins/gst_plugins_cache.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'docs') 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, -- cgit v1.2.1