GNOME Bugzilla – Bug 337760
CD Playback only plays first song after updates
Last modified: 2006-04-12 10:50:14 UTC
From: https://launchpad.net/distros/ubuntu/+source/sound-juicer/+bug/38532/+index I am on Dapper and just got sound-juicer-2.14.1 in today's updates (7 April). Since then if I put in a CD and try to play tracks it only plays the first, even though it looks like it is changing when I double-click other songs. In the attached files (see Lauchpad link), you can see that the time slider shows a different length from the song being played, this slider continues with playback irrespective of which song I set to play. Playback of track one starts regardless of which track I actually choose. When playback of that track finishes, double-clicking tracks does nothing. This is a regression. Apparently the same behaviour occurs in gnome-cd-player, so this seems likely to be a gstreamer issue. Also filed on this issue is Gnome Bugzilla Bug 337581 Let me know if there is anything you need from me.
Just to clarify: I just tried ripping tracks with SJ and that works fine. It seems that only playback is affected. There have been several people posting on the Launchpad with confirmation of this problem.
Could be related to bug #332390. Could you run sound-juicer from the command line like this and attach the debug log: $ export GST_DEBUG=*:4 $ sound-juicer 2>&1 | gzip > dbg.log.gz Does the problem also occur with http://people.freedesktop.org/~tpm/cdplayer.c (compile with gcc -o cdplay cdplayer.c `pkg-config --cflags --libs gstreamer-0.10 gtk+-2.0` )
*** Bug 337581 has been marked as a duplicate of this bug. ***
That's due to the CVS backport patch 10_audiosink-lockup.patch from the gst-plugins-base0.10 package, closing as NOTGNOME