Skip to content

webrtcbin: Fix a few races running tests

Doug Nazar requested to merge dougnazar/gst-plugins-bad:fix_webrtcbin into master

webrtcbin: Fix race bringing up sctp data channel

Notifying before pads are linked can cause the stream to fail to start.

sctp: Fix race of pad removal during reset/stop

Both reset & stop remove existing pads. Can result in warning from gst_element_remove_pad().

Merge request reports