mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
hlsdemux: Use actual object for logging
i.e. the pad of the stream Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1853>
This commit is contained in:
parent
81abc4c825
commit
339ad46b93
1 changed files with 1 additions and 1 deletions
|
@ -1101,7 +1101,7 @@ gst_hls_demux_finish_fragment (GstAdaptiveDemux * demux,
|
|||
ret = gst_hls_demux_handle_buffer (demux, stream, buf, TRUE);
|
||||
}
|
||||
|
||||
GST_LOG_OBJECT (stream,
|
||||
GST_LOG_OBJECT (stream->pad,
|
||||
"Fragment PCRs were %" GST_TIME_FORMAT " to %" GST_TIME_FORMAT,
|
||||
GST_TIME_ARGS (hls_stream->tsreader.first_pcr),
|
||||
GST_TIME_ARGS (hls_stream->tsreader.last_pcr));
|
||||
|
|
Loading…
Reference in a new issue