qtdemux: Fix data dropping for fragmented streams
authorThiago Santos <thiagoss@osg.samsung.com>
Mon, 26 Jan 2015 20:08:12 +0000 (17:08 -0300)
committerThiago Santos <thiagoss@osg.samsung.com>
Tue, 27 Jan 2015 11:54:19 +0000 (08:54 -0300)
commit2586a219f65e0cb56178e1b50fedeb180b816ecf
tree46ef9717bb3107efd194530e802cea42b1b29a33
parente4ed852041fc890706d2b002bb24d33078ba47ae
qtdemux: Fix data dropping for fragmented streams

For fragmented streams with extra data at the end of the mdat
qtdemux was not dropping those bytes and would try to use
that extra data as the beginning of a new atom, causing the
stream to fail.

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