From fd959ca77f8280d975077edfb528d3a00fef8c3f Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Fri, 16 Jul 2010 18:04:44 +0200 Subject: matroskademux: add missing argument in debug message --- gst/matroska/matroska-demux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/matroska/matroska-demux.c b/gst/matroska/matroska-demux.c index 74e3d1e03..7a1c74782 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; } -- cgit v1.2.3