GNOME Bugzilla – Bug 671455
gst_mad_parse: assertion failed: (consumed >= 0)
Last modified: 2012-03-13 17:33:28 UTC
Created attachment 209071 [details] GST_DEBUG=2,*dec*:5,mad:5 ./playback-test 0 When scrubbing on some files, this assertion gets raised.
Using libmad-0.15.1b-r7 in case it matters
And this was playing a regular id3/mp3 file
Following cleanup in mad parsing should handle this: commit 6d44ed77a4779e991084caccec51926986427e0d Author: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> Date: Tue Mar 13 18:27:51 2012 +0100 mad: simplify parsing code Also fixes #671455 (expected at least).