diff options
author | Philippe Normand <philn@igalia.com> | 2016-11-16 08:56:34 +0100 |
---|---|---|
committer | Philippe Normand <philn@igalia.com> | 2016-11-16 08:56:34 +0100 |
commit | dcd3ce9751cdef0b5ab1fa118355f92bdfe82cb3 (patch) | |
tree | 1e43a89b385f2b0473b3911385fb37875dc104f7 /docs | |
parent | f1726c7088c9022ac0eda6f5f25a248528969239 (diff) |
rtpbin: receive bundle support
A new signal named on-bundled-ssrc is provided and can be
used by the application to redirect a stream to a different
GstRtpSession or to keep the RTX stream grouped within the
GstRtpSession of the same media type.
https://bugzilla.gnome.org/show_bug.cgi?id=772740
Diffstat (limited to 'docs')
-rw-r--r-- | docs/plugins/gst-plugins-good-plugins.signals | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/plugins/gst-plugins-good-plugins.signals b/docs/plugins/gst-plugins-good-plugins.signals index 3db17e912..44bbddad1 100644 --- a/docs/plugins/gst-plugins-good-plugins.signals +++ b/docs/plugins/gst-plugins-good-plugins.signals @@ -375,6 +375,14 @@ guint arg1 </SIGNAL> <SIGNAL> +<NAME>GstRtpBin::on-bundled-ssrc</NAME> +<RETURNS>guint</RETURNS> +<FLAGS>l</FLAGS> +GstRtpBin *gstrtpbin +guint arg1 +</SIGNAL> + +<SIGNAL> <NAME>GstRtpJitterBuffer::clear-pt-map</NAME> <RETURNS>void</RETURNS> <FLAGS>la</FLAGS> |