summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2020-06-22 21:43:44 +0300
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>2020-06-23 07:17:00 +0000
commit63933da9e86e98ea4c8397ad09c3e2f26568d927 (patch)
treebc92e5bbbd12cdd3b6de4331cdf347989b0c0098 /docs
parent226a371e3f11ac5c825d862ae80f4f6787ca9159 (diff)
downloadgstreamer-plugins-base-63933da9e86e98ea4c8397ad09c3e2f26568d927.tar.gz
audiodecoder: Add max-errors property
The number of consecutive decode errors that should be tolerated before returning flow error should be up to the application, not the element. Hence max-error should be exposed as a property. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/720>
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/gst_plugins_cache.json42
1 files changed, 42 insertions, 0 deletions
diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json
index b991083d6..f16c11e2c 100644
--- a/docs/plugins/gst_plugins_cache.json
+++ b/docs/plugins/gst_plugins_cache.json
@@ -10972,6 +10972,20 @@
"type": "gboolean",
"writable": true
},
+ "max-errors": {
+ "blurb": "Max consecutive decoder errors before returning flow error",
+ "conditionally-available": false,
+ "construct": false,
+ "construct-only": false,
+ "controllable": false,
+ "default": "10",
+ "max": "2147483647",
+ "min": "-1",
+ "mutable": "null",
+ "readable": true,
+ "type": "gint",
+ "writable": true
+ },
"min-latency": {
"blurb": "Aggregate output data to a minimum of latency time (ns)",
"conditionally-available": false,
@@ -19525,6 +19539,20 @@
}
},
"properties": {
+ "max-errors": {
+ "blurb": "Max consecutive decoder errors before returning flow error",
+ "conditionally-available": false,
+ "construct": false,
+ "construct-only": false,
+ "controllable": false,
+ "default": "10",
+ "max": "2147483647",
+ "min": "-1",
+ "mutable": "null",
+ "readable": true,
+ "type": "gint",
+ "writable": true
+ },
"qos": {
"blurb": "Handle Quality-of-Service events from downstream",
"conditionally-available": false,
@@ -21154,6 +21182,20 @@
}
},
"properties": {
+ "max-errors": {
+ "blurb": "Max consecutive decoder errors before returning flow error",
+ "conditionally-available": false,
+ "construct": false,
+ "construct-only": false,
+ "controllable": false,
+ "default": "10",
+ "max": "2147483647",
+ "min": "-1",
+ "mutable": "null",
+ "readable": true,
+ "type": "gint",
+ "writable": true
+ },
"min-latency": {
"blurb": "Aggregate output data to a minimum of latency time (ns)",
"conditionally-available": false,