mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
adaptivedemux: run gst-indent
To allow commiting on this file cleanly
This commit is contained in:
parent
d60c171ad2
commit
8331b083ee
1 changed files with 4 additions and 2 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue