summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2010-07-16 18:04:44 +0200
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2010-07-16 18:05:21 +0200
commitfd959ca77f8280d975077edfb528d3a00fef8c3f (patch)
tree89724d67837b537c805038679532106de6f6e44d
parent10424a4064f7ec27441444010cccf9e90378c438 (diff)
matroskademux: add missing argument in debug message
-rw-r--r--gst/matroska/matroska-demux.c2
1 files changed, 1 insertions, 1 deletions
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;
}