summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2020-06-23 15:35:06 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2020-06-29 22:45:31 -0400
commitcceca1ffe8b22f299f157c983a9d0f9ddd56a4dc (patch)
treeb5e5eb5ececfb0ab0450b23fab23e71098e88585 /docs
parent73ddf27898dde44be3ccdda06df829b98ca9165c (diff)
downloadgstreamer-plugins-bad-cceca1ffe8b22f299f157c983a9d0f9ddd56a4dc.tar.gz
webrtcbin: Expose "latency" property
This property sets the latency both on the rtpbin/rtpjittbuffer, but also on the RTPStorage elements currently used by the FEC decoder. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1367>
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/gst_plugins_cache.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json
index 976daa73e..e8dae162d 100644
--- a/docs/plugins/gst_plugins_cache.json
+++ b/docs/plugins/gst_plugins_cache.json
@@ -220875,6 +220875,20 @@
"type": "GstWebRTCICETransportPolicy",
"writable": true
},
+ "latency": {
+ "blurb": "Default duration to buffer in the jitterbuffers (in ms)",
+ "conditionally-available": false,
+ "construct": false,
+ "construct-only": false,
+ "controllable": false,
+ "default": "0",
+ "max": "-1",
+ "min": "0",
+ "mutable": "null",
+ "readable": true,
+ "type": "guint",
+ "writable": true
+ },
"local-description": {
"blurb": "The local SDP description in use for this connection. Favours a pending description over the current description",
"conditionally-available": false,