summaryrefslogtreecommitdiff
path: root/gst-libs/gst/adaptivedemux
diff options
context:
space:
mode:
authorThiago Santos <thiagoss@osg.samsung.com>2015-05-12 12:55:17 -0300
committerThiago Santos <thiagoss@osg.samsung.com>2015-05-13 13:35:14 -0300
commit8331b083ee41dee07b95d00bad1d8add1a3f88e1 (patch)
treecdab40604d201bf45d9d9e1a701223bd98a62274 /gst-libs/gst/adaptivedemux
parentd60c171ad2fdb2f40bea763ebdaea020bcb610fe (diff)
downloadgstreamer-plugins-bad-8331b083ee41dee07b95d00bad1d8add1a3f88e1.tar.gz
adaptivedemux: run gst-indent
To allow commiting on this file cleanly
Diffstat (limited to 'gst-libs/gst/adaptivedemux')
-rw-r--r--gst-libs/gst/adaptivedemux/gstadaptivedemux.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/gst-libs/gst/adaptivedemux/gstadaptivedemux.c b/gst-libs/gst/adaptivedemux/gstadaptivedemux.c
index 655e03ea0..33f57b0ea 100644
--- a/gst-libs/gst/adaptivedemux/gstadaptivedemux.c
+++ b/gst-libs/gst/adaptivedemux/gstadaptivedemux.c
@@ -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));