GNOME Bugzilla – Bug 646405
sometimes playback is not advanced to the next song
Last modified: 2011-05-08 01:52:26 UTC
Created attachment 184852 [details] GST_DEBUG=*:3 rhythmbox -D player output no definitive steps to reproduce, but it happens every time i try and play some music at least once last lines in log are while rhythmbox is still stalled at "3:27 of 3:28" of the song, not advancing
A couple of bugs here.. id3demux takes two seconds to read the tag from '/media/lean/music cleanup/oink ratio free holiday/Hot Chip - The Warning/02 - And I Was a Boy From School.mp3', which is clearly too long, and the player gets confused when the playing stream reaches EOS while it's prerolling the next stream and that stream needs to wait for the first to reach EOS before it can play.
fixed in commit 8cddf1d(v0.13.x)/38c658a(master).