summaryrefslogtreecommitdiffstats
path: root/gst/qtdemux/qtdemux.c
diff options
context:
space:
mode:
authorThiago Santos <thiagoss@embedded.ufcg.edu.br>2009-07-27 21:34:22 -0300
committerThiago Santos <thiagoss@embedded.ufcg.edu.br>2009-07-27 21:39:57 -0300
commit40abf685622de26b2fe2558aff407798fe365b54 (patch)
tree8b4570ec1faf68a658efaa9581f39ea0347fb216 /gst/qtdemux/qtdemux.c
parent2308999849d370760b9aa41498710cfe9760f030 (diff)
qtdemux: Downgrade warning message to debug
Diffstat (limited to 'gst/qtdemux/qtdemux.c')
-rw-r--r--gst/qtdemux/qtdemux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/qtdemux/qtdemux.c b/gst/qtdemux/qtdemux.c
index 323adc87..e6b4a72e 100644
--- 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_WARNING_OBJECT (qtdemux, "mp4a version 0x%08x", version);
+ GST_DEBUG_OBJECT (qtdemux, "mp4a version 0x%08x", version);
/* parse any esds descriptors */
switch (version) {