mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
qtdemux: prevent a spurious debug warning
This commit is contained in:
parent
686f8376a8
commit
868a4b1303
1 changed files with 1 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue