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:
2308999
)
qtdemux: Downgrade warning message to debug
author
Thiago Santos
<thiagoss@embedded.ufcg.edu.br>
Tue, 28 Jul 2009 00:34:22 +0000
(21:34 -0300)
committer
Thiago Santos
<thiagoss@embedded.ufcg.edu.br>
Tue, 28 Jul 2009 00:39:57 +0000
(21:39 -0300)
gst/qtdemux/qtdemux.c
patch
|
blob
|
history
diff --git
a/gst/qtdemux/qtdemux.c
b/gst/qtdemux/qtdemux.c
index
323adc8
..
e6b4a72
100644
(file)
--- a/
gst/qtdemux/qtdemux.c
+++ b/
gst/qtdemux/qtdemux.c
@@
-3114,7
+3114,7
@@
qtdemux_parse_node (GstQTDemux * qtdemux, GNode * node, const guint8 * buffer,
}
version = QT_UINT32 (buffer + 16);
- GST_
WARNIN
G_OBJECT (qtdemux, "mp4a version 0x%08x", version);
+ GST_
DEBU
G_OBJECT (qtdemux, "mp4a version 0x%08x", version);
/* parse any esds descriptors */
switch (version) {