projects
/
platform
/
upstream
/
gst-plugins-good.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e67ccd
)
matroska: fix printf format to agree with argument
author
David Schleef
<ds@schleef.org>
Sat, 9 May 2009 17:50:45 +0000
(10:50 -0700)
committer
David Schleef
<ds@schleef.org>
Sat, 9 May 2009 17:50:45 +0000
(10:50 -0700)
gst/matroska/matroska-demux.c
patch
|
blob
|
history
diff --git
a/gst/matroska/matroska-demux.c
b/gst/matroska/matroska-demux.c
index 25a4a5008a69f9e8a4465f06725aa3d213e78b47..1ae443395df8f08317924eb013a1fb6de2ab610c 100644
(file)
--- 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_GUINT
16
_FORMAT ", flags %d", time,
+ GST_LOG_OBJECT (demux, "time %" G_GUINT
64
_FORMAT ", flags %d", time,
flags);
switch ((flags & 0x06) >> 1) {