Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorVivia Nikolaidou <vivia@ahiru.eu>2023-03-23 13:27:43 +0300
committerVivia Nikolaidou <vivia@ahiru.eu>2023-03-27 16:12:13 +0300
commit7a1b2d97d42c301cbda3e7fc065b08272d64ee30 (patch)
tree578934a76963c412befa90d83879d84f8780485e /docs
parent539051c892b71e717f46a7bba3aaed0a4171738f (diff)
webrtcsink: Add ice-transport-policy option
Can be used to force relay ICE candidates, ensuring TURN server is used. Proxy to the corresponding setting in webrtcbin, Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1143>
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 b960a411e..622119909 100644
--- a/docs/plugins/gst_plugins_cache.json
+++ b/docs/plugins/gst_plugins_cache.json
@@ -6134,6 +6134,18 @@
"type": "gboolean",
"writable": true
},
+ "ice-transport-policy": {
+ "blurb": "The policy to apply for ICE transport",
+ "conditionally-available": false,
+ "construct": false,
+ "construct-only": false,
+ "controllable": false,
+ "default": "all (0)",
+ "mutable": "ready",
+ "readable": true,
+ "type": "GstWebRTCICETransportPolicy",
+ "writable": true
+ },
"max-bitrate": {
"blurb": "Minimal bitrate to use (in bit/sec) when computing it through the congestion control algorithm",
"conditionally-available": false,