mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
matroska: fix printf format to agree with argument
This commit is contained in:
parent
2e67ccde81
commit
f01adcbc0f
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue