mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
rtspsrc: include range request for all streams with non-aggregate control
This commit is contained in:
parent
dedf145316
commit
148af2235e
1 changed files with 2 additions and 1 deletions
|
@ -5804,7 +5804,6 @@ gst_rtspsrc_play (GstRTSPSrc * src, GstSegment * segment)
|
|||
|
||||
gst_rtsp_message_add_header (&request, GST_RTSP_HDR_RANGE, hval);
|
||||
g_free (hval);
|
||||
src->need_range = FALSE;
|
||||
}
|
||||
|
||||
if (segment->rate != 1.0) {
|
||||
|
@ -5856,6 +5855,8 @@ gst_rtspsrc_play (GstRTSPSrc * src, GstSegment * segment)
|
|||
if (control)
|
||||
break;
|
||||
}
|
||||
/* set again when needed */
|
||||
src->need_range = FALSE;
|
||||
|
||||
/* configure the caps of the streams after we parsed all headers. */
|
||||
gst_rtspsrc_configure_caps (src, segment);
|
||||
|
|
Loading…
Reference in a new issue