diff --git a/gst/matroska/matroska-demux.c b/gst/matroska/matroska-demux.c index 74e3d1e033..7a1c74782b 100644 --- a/gst/matroska/matroska-demux.c +++ b/gst/matroska/matroska-demux.c @@ -4447,7 +4447,7 @@ gst_matroska_demux_parse_blockgroup_or_simpleblock (GstMatroskaDemux * demux, /* let's not give up on a stray invalid track number */ GST_WARNING_OBJECT (demux, "Invalid stream %d for track number %" G_GUINT64_FORMAT - "; ignoring block", stream_num); + "; ignoring block", stream_num, num); break; }