rtpbin: receive bundle support
authorPhilippe Normand <philn@igalia.com>
Wed, 16 Nov 2016 07:56:34 +0000 (08:56 +0100)
committerPhilippe Normand <philn@igalia.com>
Wed, 16 Nov 2016 07:56:34 +0000 (08:56 +0100)
commitdcd3ce9751cdef0b5ab1fa118355f92bdfe82cb3
tree1e43a89b385f2b0473b3911385fb37875dc104f7
parentf1726c7088c9022ac0eda6f5f25a248528969239
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
docs/plugins/gst-plugins-good-plugins.signals
gst/rtpmanager/gstrtpbin.c
gst/rtpmanager/gstrtpbin.h
tests/check/Makefile.am
tests/check/elements/.gitignore
tests/check/elements/rtpbundle.c [new file with mode: 0644]
tests/check/meson.build
tests/examples/rtp/.gitignore
tests/examples/rtp/Makefile.am
tests/examples/rtp/client-rtpbundle.c [new file with mode: 0644]
tests/examples/rtp/server-rtpbundle.c [new file with mode: 0644]