After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 646405 - sometimes playback is not advanced to the next song
sometimes playback is not advanced to the next song
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: playback
0.13.x
Other Linux
: Normal normal
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-04-01 05:48 UTC by steubens
Modified: 2011-05-08 01:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
GST_DEBUG=*:3 rhythmbox -D player output (58.09 KB, application/x-bzip)
2011-04-01 05:48 UTC, steubens
Details

Description steubens 2011-04-01 05:48: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
Comment 1 Jonathan Matthew 2011-05-07 03:41:34 UTC
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.
Comment 2 Jonathan Matthew 2011-05-08 01:52:26 UTC
fixed in commit 8cddf1d(v0.13.x)/38c658a(master).