adaptivedemux: run gst-indent
authorThiago Santos <thiagoss@osg.samsung.com>
Tue, 12 May 2015 15:55:17 +0000 (12:55 -0300)
committerThiago Santos <thiagoss@osg.samsung.com>
Wed, 13 May 2015 16:35:14 +0000 (13:35 -0300)
To allow commiting on this file cleanly

gst-libs/gst/adaptivedemux/gstadaptivedemux.c

index 655e03e..33f57b0 100644 (file)
@@ -1986,9 +1986,11 @@ gst_adaptive_demux_stream_download_loop (GstAdaptiveDemuxStream * stream)
        * demux segment position that can be much ahead */
       for (GList * iter = demux->streams; iter != NULL;
           iter = g_list_next (iter)) {
-        GstAdaptiveDemuxStream *cur_stream = (GstAdaptiveDemuxStream *)iter->data;
+        GstAdaptiveDemuxStream *cur_stream =
+            (GstAdaptiveDemuxStream *) iter->data;
 
-        if (gst_pad_peer_query_position (cur_stream->pad, GST_FORMAT_TIME, &pos)) {
+        if (gst_pad_peer_query_position (cur_stream->pad, GST_FORMAT_TIME,
+                &pos)) {
           ts = (GstClockTime) pos;
           GST_DEBUG_OBJECT (stream->pad, "Downstream position: %"
               GST_TIME_FORMAT, GST_TIME_ARGS (ts));