Revert "webrtcbin: fix msid line and allow customization"
authorMathieu Duponchelle <mathieu@centricular.com>
Thu, 24 Mar 2022 23:27:42 +0000 (00:27 +0100)
committerMathieu Duponchelle <mathieu@centricular.com>
Thu, 24 Mar 2022 23:31:58 +0000 (00:31 +0100)
commit29de0e8e1d5ee6e69e8003d410abe69590251056
tree68b7cc9afb3e315741950688e672f29bb4becc99
parentfabf94819442701f4ab5e60ac898a9277ce12648
Revert "webrtcbin: fix msid line and allow customization"

This reverts commit 3cad3455377d5a22faa138d9df840257059776c8.

That commit was breaking the association between an audio and
a video track in the standard case.

In practice, to support carrying separate MediaStream, we are
going a way to map what MediaStreamTrack belong to what MediaStream,
but that will require some thinking about the API.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2023>
subprojects/gst-plugins-bad/ext/webrtc/gstwebrtcbin.c
subprojects/gst-plugins-bad/ext/webrtc/webrtctransceiver.c
subprojects/gst-plugins-bad/ext/webrtc/webrtctransceiver.h
subprojects/gst-plugins-bad/tests/check/elements/webrtcbin.c