Revert "rtpbin: receive bundle support"
authorMathieu Duponchelle <mathieu@centricular.com>
Wed, 19 Dec 2018 13:28:54 +0000 (14:28 +0100)
committerMathieu Duponchelle <mduponchelle1@gmail.com>
Thu, 20 Dec 2018 13:25:10 +0000 (13:25 +0000)
commitf52e16ceb82b1915718a0982c60237170f6a97ed
tree684855944c429415ed979d171c646b5851d2bf3a
parent05059ce16bd1e2ce0005db7f03b7196845919337
Revert "rtpbin: receive bundle support"

This reverts commit dcd3ce9751cdef0b5ab1fa118355f92bdfe82cb3.

This functionality was implemented for gstopenwebrtc, but it
turned out this was not actually needed for webrtc bundling
support, as shown in webrtcbin. It also doesn't correspond
to any standards.

This is an API break, but nothing should actually depend on
this, at least not for its initial purpose.

Changes in rtpbin.c were reverted manually, to preserve some
refactoring that had occurred in the original commit.

Fixes #537
12 files changed:
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 [deleted file]
tests/check/meson.build
tests/examples/rtp/.gitignore
tests/examples/rtp/Makefile.am
tests/examples/rtp/client-rtpbundle.c [deleted file]
tests/examples/rtp/meson.build
tests/examples/rtp/server-rtpbundle.c [deleted file]