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

github.com/sdroege/gst-plugin-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-04-08 02:28:31 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-04-10 07:58:10 +0300
commit58c8c0edc79863012ae3aa5bb45c8ab38b85d709 (patch)
treebbede92c4d2efac34188b47f77359a8f57300f63 /docs
parent0b5cf4e5fdec5337e45af4015885a45191067aac (diff)
webrtc: signaller iface: fix session-ended vs end-session confusion
Session ending is bidirectional: the signaller can tell the sink that a session was ended, and the sink can tell the signaller to end a session. As such, two signals are needed, before this patch the second case was not working as in essence the sink was telling itself that a session was ended, and obviously failing to even find it when trying to end it again. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1167>
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/gst_plugins_cache.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json
index 9f3bfcef..3afc7f81 100644
--- a/docs/plugins/gst_plugins_cache.json
+++ b/docs/plugins/gst_plugins_cache.json
@@ -6494,6 +6494,16 @@
"return-type": "void",
"when": "last"
},
+ "end-session": {
+ "args": [
+ {
+ "name": "arg0",
+ "type": "gchararray"
+ }
+ ],
+ "return-type": "gboolean",
+ "when": "last"
+ },
"error": {
"args": [
{