qtdemux: prevent a spurious debug warning

This commit is contained in:
Mark Nauwelaerts 2009-09-04 13:42:43 +02:00
parent 686f8376a8
commit 868a4b1303

View file

@ -2638,8 +2638,7 @@ gst_qtdemux_chain (GstPad * sinkpad, GstBuffer * inbuf)
g_node_destroy (demux->moov_node); g_node_destroy (demux->moov_node);
demux->moov_node = NULL; demux->moov_node = NULL;
GST_DEBUG_OBJECT (demux, "Finished parsing the header"); GST_DEBUG_OBJECT (demux, "Finished parsing the header");
} } else if (fourcc == FOURCC_ftyp) {
if (fourcc == FOURCC_ftyp) {
GST_DEBUG_OBJECT (demux, "Parsing [ftyp]"); GST_DEBUG_OBJECT (demux, "Parsing [ftyp]");
qtdemux_parse_ftyp (demux, data, demux->neededbytes); qtdemux_parse_ftyp (demux, data, demux->neededbytes);
} else { } else {