mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
parent
4ef2a20a83
commit
7e6b4dcb49
1 changed files with 1 additions and 2 deletions
|
@ -1613,8 +1613,7 @@ _create_answer_task (GstWebRTCBin * webrtc, const GstStructure * options)
|
|||
|
||||
if (rtp_trans) {
|
||||
answer_dir = rtp_trans->direction;
|
||||
if (!answer_caps)
|
||||
goto rejected;
|
||||
g_assert (answer_caps != NULL);
|
||||
} else {
|
||||
/* if no transceiver, then we only receive that stream and respond with
|
||||
* the exact same caps */
|
||||
|
|
Loading…
Reference in a new issue