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
This commit is contained in:
parent
9df30524b5
commit
0af48261b4
@ -1,3 +1,9 @@
|
|||||||
|
2008-10-15 Edward Hervey <edward.hervey@collabora.co.uk>
|
||||||
|
|
||||||
|
* gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
|
||||||
|
Remove problematic and useless refcount check.
|
||||||
|
Fixes #556381
|
||||||
|
|
||||||
2008-10-10 Jan Schmidt <jan.schmidt@sun.com>
|
2008-10-10 Jan Schmidt <jan.schmidt@sun.com>
|
||||||
|
|
||||||
* ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
|
* ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
|
||||||
|
@ -2612,8 +2612,6 @@ qtdemux_parse_node (GstQTDemux * qtdemux, GNode * node, guint8 * buffer,
|
|||||||
}
|
}
|
||||||
version = QT_UINT32 (buffer + 16);
|
version = QT_UINT32 (buffer + 16);
|
||||||
|
|
||||||
GST_WARNING_OBJECT (qtdemux, "mp4a version 0x%08x", version);
|
|
||||||
|
|
||||||
/* parse any esds descriptors */
|
/* parse any esds descriptors */
|
||||||
switch (version) {
|
switch (version) {
|
||||||
case 0x00000000:
|
case 0x00000000:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user