qtdemux: parse_moof should return TRUE on success

This commit is contained in:
Thiago Santos 2010-09-13 23:19:44 -03:00 committed by Mark Nauwelaerts
parent 7dabc7764e
commit 4f62f49a17

View file

@ -2055,7 +2055,7 @@ qtdemux_parse_moof (GstQTDemux * qtdemux, const guint8 * buffer, guint length,
traf_node = qtdemux_tree_get_sibling_by_type (traf_node, FOURCC_traf);
}
g_node_destroy (moof_node);
return FALSE;
return TRUE;
missing_tfhd:
{