mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:56:14 +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) {
|
if (rtp_trans) {
|
||||||
answer_dir = rtp_trans->direction;
|
answer_dir = rtp_trans->direction;
|
||||||
if (!answer_caps)
|
g_assert (answer_caps != NULL);
|
||||||
goto rejected;
|
|
||||||
} else {
|
} else {
|
||||||
/* if no transceiver, then we only receive that stream and respond with
|
/* if no transceiver, then we only receive that stream and respond with
|
||||||
* the exact same caps */
|
* the exact same caps */
|
||||||
|
|
Loading…
Reference in a new issue