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
diff options
context:
space:
mode:
Diffstat (limited to 'docs/plugins/gst_plugins_cache.json')
-rw-r--r--docs/plugins/gst_plugins_cache.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json
index 096232e48..77f4e1180 100644
--- a/docs/plugins/gst_plugins_cache.json
+++ b/docs/plugins/gst_plugins_cache.json
@@ -6118,6 +6118,37 @@
},
"rank": "none"
},
+ "livekitwebrtcsink": {
+ "author": "Olivier CrĂȘte <olivier.crete@collabora.com>",
+ "description": "WebRTC sink with LiveKit signaller",
+ "hierarchy": [
+ "GstLiveKitWebRTCSink",
+ "GstBaseWebRTCSink",
+ "GstBin",
+ "GstElement",
+ "GstObject",
+ "GInitiallyUnowned",
+ "GObject"
+ ],
+ "interfaces": [
+ "GstChildProxy",
+ "GstNavigation"
+ ],
+ "klass": "Sink/Network/WebRTC",
+ "pad-templates": {
+ "audio_%%u": {
+ "caps": "audio/x-raw:\naudio/x-opus:\n",
+ "direction": "sink",
+ "presence": "request"
+ },
+ "video_%%u": {
+ "caps": "video/x-raw:\n\nvideo/x-raw(memory:CUDAMemory):\n\nvideo/x-raw(memory:GLMemory):\n\nvideo/x-raw(memory:NVMM):\nvideo/x-vp8:\nvideo/x-h264:\nvideo/x-vp9:\nvideo/x-h265:\n",
+ "direction": "sink",
+ "presence": "request"
+ }
+ },
+ "rank": "none"
+ },
"webrtcsink": {
"author": "Mathieu Duponchelle <mathieu@centricular.com>",
"description": "WebRTC sink with custom protocol signaller",