Skip to content

webrtcbin: Ensure we have a transport when activating an inactive transceiver

Philippe Normand requested to merge philn/gstreamer:webrtc-trans-dir-change into main

Otherwise switching the direction of the transceiver from inactive to sendrecv (for instance) would lead to an assert in _connect_input_stream().

Merge request reports