mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
webrtc: don't reuse stopped transceivers at all
This commit is contained in:
parent
4d34fe7617
commit
19b3d744d8
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue