qtdemux: In gap mode, consider the mdat offset when calculating the remaining mdat...
authorSebastian Dröge <sebastian@centricular.com>
Mon, 27 Mar 2017 18:52:00 +0000 (21:52 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 27 Mar 2017 18:52:51 +0000 (21:52 +0300)
commit2b50a338c348af7df95dc22bd12d5c0ea2ca016c
treec6d312a87ed9c68d4e02eb8de7dfc5bb12193e8b
parentea4e9fc2d4904117255c80c0b832253fb31d4f7a
qtdemux: In gap mode, consider the mdat offset when calculating the remaining mdat size

The mdat generally does not start at offset 0, we have to include the
size of the moof and whatever else was in front of the mdat.
gst/isomp4/qtdemux.c