matroska: fix printf format to agree with argument
This commit is contained in:
parent
2e67ccde81
commit
f01adcbc0f
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user