mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 10:25:33 +00:00
matroskademux: add missing argument in debug message
This commit is contained in:
parent
10424a4064
commit
fd959ca77f
1 changed files with 1 additions and 1 deletions
|
@ -4447,7 +4447,7 @@ gst_matroska_demux_parse_blockgroup_or_simpleblock (GstMatroskaDemux * demux,
|
||||||
/* let's not give up on a stray invalid track number */
|
/* let's not give up on a stray invalid track number */
|
||||||
GST_WARNING_OBJECT (demux,
|
GST_WARNING_OBJECT (demux,
|
||||||
"Invalid stream %d for track number %" G_GUINT64_FORMAT
|
"Invalid stream %d for track number %" G_GUINT64_FORMAT
|
||||||
"; ignoring block", stream_num);
|
"; ignoring block", stream_num, num);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue