qtdemux: avoid looping reading the 'moof' atom forever
authorThiago Santos <thiagoss@osg.samsung.com>
Tue, 24 Feb 2015 13:50:52 +0000 (10:50 -0300)
committerThiago Santos <thiagoss@osg.samsung.com>
Mon, 6 Jul 2015 14:00:20 +0000 (11:00 -0300)
commitf40c1f8b09f11dfe597b134af2162c1049563733
treec0bd9e43b7783ebe2f3981f4e80abe67e8104de9
parent3f6a868f7e7ba732f36078be4f42d9b502b19991
qtdemux: avoid looping reading the 'moof' atom forever

It gets stuck if it only finds a moof and no mfra/mfro or moov
atoms. Skip the moof to continue the parsing to have it either
play or error out.

https://bugzilla.gnome.org/show_bug.cgi?id=745089
gst/isomp4/qtdemux.c