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:
authorMathieu Duponchelle <mathieu@centricular.com>2023-05-24 01:10:03 +0300
committerMathieu Duponchelle <mathieu@centricular.com>2023-05-25 14:15:52 +0300
commita20855dfd9a8dae62b473c1f9210e755881b4108 (patch)
tree7b432e009e652fd8d96e928b67ee23e48900031e /docs
parenta27be7d054e0abdb28897f1c6d182e95275d7574 (diff)
webrtcsink: expose consumer-pipeline-created signal
This signal is emitted as soon as the pipeline for each consumer is created, and can be used by applications that require a greater level of control over webrtcsink's internals. An example is also provided to demonstrate usage Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1220>
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 dee272886..12b5d9256 100644
--- a/docs/plugins/gst_plugins_cache.json
+++ b/docs/plugins/gst_plugins_cache.json
@@ -6466,6 +6466,20 @@
"return-type": "void",
"when": "last"
},
+ "consumer-pipeline-created": {
+ "args": [
+ {
+ "name": "arg0",
+ "type": "gchararray"
+ },
+ {
+ "name": "arg1",
+ "type": "GstPipeline"
+ }
+ ],
+ "return-type": "void",
+ "when": "last"
+ },
"consumer-removed": {
"args": [
{