matroska: fix printf format to agree with argument
authorDavid Schleef <ds@schleef.org>
Sat, 9 May 2009 17:50:45 +0000 (10:50 -0700)
committerDavid Schleef <ds@schleef.org>
Sat, 9 May 2009 17:50:45 +0000 (10:50 -0700)
gst/matroska/matroska-demux.c

index 25a4a50..1ae4433 100644 (file)
@@ -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) {