summaryrefslogtreecommitdiff
path: root/gst/rtsp
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2015-05-04 16:50:38 +0200
committerSebastian Dröge <sebastian@centricular.com>2015-05-04 16:50:38 +0200
commit9865730cfa5b3a8b2560d082e7e56b350042d3d2 (patch)
treedad705b641e5f77ed59bb25ba74a550f2ed2fbe3 /gst/rtsp
parentd08f488598b72b0c0b718ab587ed3a23a799dbcc (diff)
downloadgstreamer-plugins-good-9865730cfa5b3a8b2560d082e7e56b350042d3d2.tar.gz
rtspsrc: Fix up last commit
Diffstat (limited to 'gst/rtsp')
-rw-r--r--gst/rtsp/gstrtspsrc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/rtsp/gstrtspsrc.c b/gst/rtsp/gstrtspsrc.c
index ff24eef82..397ef3187 100644
--- a/gst/rtsp/gstrtspsrc.c
+++ b/gst/rtsp/gstrtspsrc.c
@@ -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",