From f01adcbc0fca70152dbf1cd7331f364dae8cbb4b Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sat, 9 May 2009 10:50:45 -0700 Subject: matroska: fix printf format to agree with argument --- gst/matroska/matroska-demux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/matroska') diff --git a/gst/matroska/matroska-demux.c b/gst/matroska/matroska-demux.c index 25a4a500..1ae44339 100644 --- a/gst/matroska/matroska-demux.c +++ b/gst/matroska/matroska-demux.c @@ -3996,7 +3996,7 @@ gst_matroska_demux_parse_blockgroup_or_simpleblock (GstMatroskaDemux * demux, data += 1; size -= 1; - GST_LOG_OBJECT (demux, "time %" G_GUINT16_FORMAT ", flags %d", time, + GST_LOG_OBJECT (demux, "time %" G_GUINT64_FORMAT ", flags %d", time, flags); switch ((flags & 0x06) >> 1) { -- cgit