summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2008-10-15 09:27:27 +0000
committerEdward Hervey <bilboed@bilboed.com>2008-10-15 09:27:27 +0000
commit0af48261b4eb656bb1691c3d1b71f2e2dc93e485 (patch)
tree604d834631baec87ac4738b574375d7f9b2833b0 /gst
parent9df30524b5c44def3d924e77028b95b2b1c51b89 (diff)
gst/qtdemux/qtdemux.c: Remove problematic and useless refcount check.
Original commit message from CVS: * gst/qtdemux/qtdemux.c: (qtdemux_parse_node): Remove problematic and useless refcount check. Fixes #556381
Diffstat (limited to 'gst')
-rw-r--r--gst/qtdemux/qtdemux.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/qtdemux/qtdemux.c b/gst/qtdemux/qtdemux.c
index f0b89d50..cfb04482 100644
--- a/gst/qtdemux/qtdemux.c
+++ b/gst/qtdemux/qtdemux.c
@@ -2612,8 +2612,6 @@ 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: