GNOME Bugzilla – Bug 507821
Skip over broken seektable in Xing headers
Last modified: 2008-01-08 19:42:51 UTC
This problem affects mpegaudioparse and mad. Original bug: http://bugs.xine-project.org/show_bug.cgi?id=3 Upstream Patch: http://hg.debian.org/hg/xine-lib/xine-lib?cmd=changeset;node=a1663cfc7012;style=gitweb
Thanks, I'll care for this later/tomorrow :)
2008-01-08 Sebastian Dröge <slomo@circular-chaos.org> * ext/mad/gstmad.c: (mpg123_parse_xing_header): * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_handle_first_frame): Make sure that the Xing TOC starts with 0 and the entries are increasing over time. Otherwise it's broken and should be skipped. Fixes bug #507821.