Skip to content

webrtc/datachannel: make test_data_channel_close more deterministic

webrtc/datachannel: handle error messages from appsrc/sink

Fixes a possible race where closing a data channel may produce e.g. not-linked errors.
sctpdec: fix stream reset (src pad removal) if no data is ever received
    
If we don't receive any data from usrsctp, then there will be no src pad
for the stream id and the stream reset will fail to remove the relevant
src pad.  Workaround by first attempting to add the relevant src pad, then
almost immediately removing it.

Merge request reports