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

github.com/GStreamer/gst-plugins-good.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.com>2020-09-24 20:13:00 +0300
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>2020-10-16 19:45:56 +0300
commitb113516241de2b8ddd71b85b22458d98acde4451 (patch)
tree9492f56b149155ba53acb2203f247c3bb9e2aaae /docs
parent3348c5ceae6ff8df1f64f50f21e65711186678ff (diff)
rtpbin: Add clear-ssrc action
This action signal will delegate to clear-ssrc onto the rtpssrcdemux element associated with the session. This allow rtpbin users to clear pads and elements for a specific ssrc that is known to no longer be in use. This happens when a pad is reused in rtpsrc or ristsrc. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/736>
Diffstat (limited to 'docs')
-rw-r--r--docs/gst_plugins_cache.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/gst_plugins_cache.json b/docs/gst_plugins_cache.json
index cc6641a6a..01dc8be7a 100644
--- a/docs/gst_plugins_cache.json
+++ b/docs/gst_plugins_cache.json
@@ -16448,6 +16448,21 @@
"return-type": "void",
"when": "last"
},
+ "clear-ssrc": {
+ "action": true,
+ "args": [
+ {
+ "name": "arg0",
+ "type": "guint"
+ },
+ {
+ "name": "arg1",
+ "type": "guint"
+ }
+ ],
+ "return-type": "void",
+ "when": "last"
+ },
"get-internal-session": {
"action": true,
"args": [