matroska: fix printf format to agree with argument

This commit is contained in:
David Schleef 2009-05-09 10:50:45 -07:00
parent 2e67ccde81
commit f01adcbc0f

View file

@ -3996,7 +3996,7 @@ gst_matroska_demux_parse_blockgroup_or_simpleblock (GstMatroskaDemux * demux,
data += 1; data += 1;
size -= 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); flags);
switch ((flags & 0x06) >> 1) { switch ((flags & 0x06) >> 1) {