mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
rtspsrc: Fix up last commit
This commit is contained in:
parent
d08f488598
commit
9865730cfa
1 changed files with 2 additions and 2 deletions
|
@ -3204,8 +3204,8 @@ add_retransmission (GstRTSPSrc * src, GstRTSPTransport * transport)
|
|||
|
||||
if (transport->trans != GST_RTSP_TRANS_RTP)
|
||||
return;
|
||||
if (transport->profile != GST_RTSP_PROFILE_AVP &&
|
||||
transport->profile != GST_RTSP_PROFILE_AVPF)
|
||||
if (transport->profile != GST_RTSP_PROFILE_AVPF &&
|
||||
transport->profile != GST_RTSP_PROFILE_SAVPF)
|
||||
return;
|
||||
|
||||
signal_id = g_signal_lookup ("request-aux-receiver",
|
||||
|
|
Loading…
Reference in a new issue