mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
adaptivedemux: Log PTS of buffers that are pushed downstream
This commit is contained in:
parent
a21c2618c5
commit
280de75d89
1 changed files with 3 additions and 0 deletions
|
@ -1688,6 +1688,9 @@ gst_adaptive_demux_stream_push_buffer (GstAdaptiveDemuxStream * stream,
|
|||
demux->segment.position =
|
||||
stream->segment.position - offset + period_start;
|
||||
}
|
||||
GST_LOG_OBJECT (stream->pad,
|
||||
"Going to push buffer with PTS %" GST_TIME_FORMAT,
|
||||
GST_TIME_ARGS (GST_BUFFER_PTS (buffer)));
|
||||
} else {
|
||||
GST_BUFFER_PTS (buffer) = GST_CLOCK_TIME_NONE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue