From 8e8e2bf4513b238ed4f0ba6d32e88db60f8e91dc Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Wed, 15 Oct 2008 09:39:27 +0000 Subject: gst/qtdemux/qtdemux.c: Remove previous wrong commit Original commit message from CVS: * gst/qtdemux/qtdemux.c: Remove previous wrong commit * tests/check/elements/icydemux.c: (icydemux_found_pad): Remove problematic and useless refcount check. Fixes #556381 --- gst/qtdemux/qtdemux.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gst') diff --git a/gst/qtdemux/qtdemux.c b/gst/qtdemux/qtdemux.c index cfb04482..f0b89d50 100644 --- a/gst/qtdemux/qtdemux.c +++ b/gst/qtdemux/qtdemux.c @@ -2612,6 +2612,8 @@ qtdemux_parse_node (GstQTDemux * qtdemux, GNode * node, guint8 * buffer, } version = QT_UINT32 (buffer + 16); + GST_WARNING_OBJECT (qtdemux, "mp4a version 0x%08x", version); + /* parse any esds descriptors */ switch (version) { case 0x00000000: -- cgit