diff --git a/ext/webrtc/gstwebrtcbin.c b/ext/webrtc/gstwebrtcbin.c index 06c2eb4d4e..021d9eb847 100644 --- a/ext/webrtc/gstwebrtcbin.c +++ b/ext/webrtc/gstwebrtcbin.c @@ -3367,6 +3367,8 @@ _find_compatible_unassociated_transceiver (GstWebRTCRTPTransceiver * p1, return FALSE; if (p1->mline != -1) return FALSE; + if (p1->stopped) + return FALSE; return TRUE; }