mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
rtspsrc: fix git diff indentation
This commit is contained in:
parent
3bc5d3d3b5
commit
c5e8a8f320
1 changed files with 1 additions and 1 deletions
|
@ -2903,7 +2903,7 @@ gst_rtspsrc_perform_seek (GstRTSPSrc * src, GstEvent * event)
|
||||||
|
|
||||||
/* If an accurate seek was requested, we want to clip the segment we
|
/* If an accurate seek was requested, we want to clip the segment we
|
||||||
* output in ONVIF mode to the requested bounds */
|
* output in ONVIF mode to the requested bounds */
|
||||||
src->clip_out_segment = !!(flags & GST_SEEK_FLAG_ACCURATE);
|
src->clip_out_segment = ! !(flags & GST_SEEK_FLAG_ACCURATE);
|
||||||
|
|
||||||
if (playing)
|
if (playing)
|
||||||
gst_rtspsrc_play (src, &seeksegment, FALSE, seek_style);
|
gst_rtspsrc_play (src, &seeksegment, FALSE, seek_style);
|
||||||
|
|
Loading…
Reference in a new issue