mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
qtdemux: parse_moof should return TRUE on success
This commit is contained in:
parent
7dabc7764e
commit
4f62f49a17
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue