GNOME Bugzilla – Bug 684972
qtdemux: cannot play mp4 file when MOOV atom is at the end of file
Last modified: 2012-09-27 21:22:25 UTC
Created attachment 225266 [details] [review] Fix upstream_size type 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.
I haven't been able to reproduce this myself, but the fix is obviously correct, so pushed, thanks! commit f0db4a8213c8b22634dd5d1f5f5eeba19d36aba2 Author: Arnaud Vrac <rawoul@gmail.com> Date: Thu Sep 27 22:17:49 2012 +0100 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 It would be nice if you could provide a patch in git format-patch format next time (esp. since it looks like it was generated from a git commit ...).