summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorVivia Nikolaidou <vivia@ahiru.eu>2021-08-26 21:26:01 +0300
committerVivia Nikolaidou <vivia@ahiru.eu>2021-08-27 09:40:50 +0000
commit43199bc883d68b1935b51b07a5c464f9f80c605a (patch)
tree5f66861cc5d36ad5d88ef183a04dfade14c03a54 /docs
parentdee294809f3781e662180c66ed2fd59c267def45 (diff)
downloadgstreamer-plugins-bad-43199bc883d68b1935b51b07a5c464f9f80c605a.tar.gz
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: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2492>
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/gst_plugins_cache.json12
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,