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:
authorMathieu Duponchelle <mathieu@centricular.com>2023-04-07 01:41:16 +0300
committerMathieu Duponchelle <mathieu@centricular.com>2023-06-16 01:32:56 +0300
commit84a33ca7b9fde27aabee41c191ad63763947033e (patch)
tree3bee7cccc7fc9d7559e0522d1292c01faa4ff339 /docs/plugins
parentf00a169081f1b43de3785be27521566799677b33 (diff)
webrtcsink: bring in signalling code from whipsink as a signaller
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1168>
Diffstat (limited to 'docs/plugins')
-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 3f382c40e..096232e48 100644
--- a/docs/plugins/gst_plugins_cache.json
+++ b/docs/plugins/gst_plugins_cache.json
@@ -6259,6 +6259,37 @@
"when": "last"
}
}
+ },
+ "whipwebrtcsink": {
+ "author": "Taruntej Kanakamalla <taruntej@asymptotic.io>",
+ "description": "WebRTC sink with WHIP signaller",
+ "hierarchy": [
+ "GstWhipWebRTCSink",
+ "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"
}
},
"filename": "gstrswebrtc",