From c5e8a8f3208ef5c2bcb252be81e9013272c261ba Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Mon, 2 Sep 2019 16:33:05 +0200 Subject: [PATCH] rtspsrc: fix git diff indentation --- gst/rtsp/gstrtspsrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/rtsp/gstrtspsrc.c b/gst/rtsp/gstrtspsrc.c index 6ba2b61fcf..5ca9c00672 100644 --- a/gst/rtsp/gstrtspsrc.c +++ b/gst/rtsp/gstrtspsrc.c @@ -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 * 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) gst_rtspsrc_play (src, &seeksegment, FALSE, seek_style);