qtdemux: fix parsing in push mode when moov atom is at the end
authorArnaud Vrac <rawoul@gmail.com>
Thu, 27 Sep 2012 21:17:49 +0000 (22:17 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Thu, 27 Sep 2012 21:20:19 +0000 (22:20 +0100)
commitf0db4a8213c8b22634dd5d1f5f5eeba19d36aba2
tree2ebc90009d3d3d10246188ea4b4038d7bc477cfb
parent25803d651bf75ee1c2c0d728962ed93a5254eee8
qtdemux: fix parsing in push mode when moov atom is at the end

When playing an mp4 file with the MOOV atom at the end of the file, playback
fails with the error message "no 'moov' atom within the first 10 MB". This is
due to a mistake in the upstream_size typing, making the seek to the end of
file never happening.

https://bugzilla.gnome.org/show_bug.cgi?id=684972
gst/isomp4/qtdemux.h