GNOME Bugzilla – Bug 140237
Mp3 playback messes up on this file
Last modified: 2005-06-10 16:57:20 UTC
This file plays correctly most of the way through, but at a certain point towards the end I get a burst of static then GStreamer takes 100% cpu until it finishes. This is the MAD plugin, as far as I know. It is not the only file I have observed the problem with. http://www.newton.cx/~peter/bug-demo.mp3 (Assuming large files shouldn't be attached via bugzilla.) This happens in Rhythmbox but also with $ gst-launch-0.8 filesrc location=bug-demo.mp3 ! spider ! osssink
gst-launch-0.8 --gst-scheduler=basicgthread filesrc location=/media/music/bug-demo.mp3 ! spider ! osssink plays it back fine here. Plays fine with opt (default scheduler) as well. Can you reproduce this with CVS head?
Oh, that was using ffdec_mp3. Mad has the 100% CPU use at end bug here too.
Do other players play this back fine?
*** This bug has been marked as a duplicate of 109031 ***
whoops, wrong number *** This bug has been marked as a duplicate of 109041 ***
Reopening after correspondence with Ronald. Same bug exhibited in the file http://www.newton.cx/~peter/files/astronomy-bug.mp3 : silence 0:44 into the song, according to Rhythmbox. > Ah, now stuff gets clear. I use alsasink, which has an overflow > prevention mechanism that osssink doesn't have. Hence, I'll just hear > short clicks, not long silences like you do. The problem is a small bug > in timestamp calculation in mad, shouldn't be all too hard to solve. > I've put it in my TODO queue, it should be fixed for 0.8.9. Feel free to > reopen the original bug report if you wish, then I can keep track of it.
Fixed.
*** Bug 307171 has been marked as a duplicate of this bug. ***