mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
matroska: fix printf format string
This commit is contained in:
parent
63c86ac3d8
commit
0233257612
1 changed files with 1 additions and 1 deletions
|
@ -4399,7 +4399,7 @@ gst_matroska_demux_parse_blockgroup_or_simpleblock (GstMatroskaDemux * demux,
|
|||
lace_time < demux->segment.stop)) {
|
||||
GST_DEBUG_OBJECT (demux,
|
||||
"Gap of %" G_GINT64_FORMAT " ns detected in"
|
||||
"stream %d (" GST_TIME_FORMAT " -> " GST_TIME_FORMAT "). "
|
||||
"stream %d (%" GST_TIME_FORMAT " -> %" GST_TIME_FORMAT "). "
|
||||
"Sending updated NEWSEGMENT events", diff,
|
||||
stream->index, GST_TIME_ARGS (stream->pos),
|
||||
GST_TIME_ARGS (lace_time));
|
||||
|
|
Loading…
Reference in a new issue