GNOME Bugzilla – Bug 667001
Seeking by clicking in the progress bar makes the track to be skipped if a FLAC file is currently being played
Last modified: 2014-06-22 13:04:31 UTC
1. Play a Flac file 2. Click in a random part of the progress bar 3. ???? Using Clementine v0.7.1 and Rhythmbox v2.90.1 on Fedora 16 i386 with Linux v3.1.6-1. Here are some FLAC files that will produce the bug and a couple that work fine: http://dl.dropbox.com/u/17469769/flac/tracks.html I tried in these players with the GST_DEBUG variable and it seems that I am using “flacparse” and “flacdec” to decode FLAC audio. When I play a FLAC file, I get this output: http://pastebin.com/ANX1bRZ1 When I skip to the middle of the file by seeking in the progress bar, the song is skipped while I get this output: http://pastebin.com/NYz02wv9 With Rhythmbox the issue is exactly the same, and Gstreamer outputs basically the same stuff. Just in case, my Gstreamer packages are these: gstreamer-0.10.35-1.fc16.i686 gstreamer-plugins-base-0.10.35-3.fc16.i686 gstreamer-python-0.10.19-2.fc15.i686 gstreamer-plugins-bad-free-extras-0.10.22-2.fc16.1.i686 gstreamer-tools-0.10.35-1.fc16.i686 gstreamer-plugins-bad-0.10.22-2.fc16.i686 gstreamer-plugins-bad-free-0.10.22-2.fc16.1.i686 gstreamer-plugins-ugly-0.10.18-14.fc16.i686 gstreamer-rtsp-0.10.8-1.fc16.i686 gstreamer-plugins-good-0.10.30-5.fc16.i686 gstreamer-plugins-bad-nonfree-0.10.22-2.fc16.i686 gstreamer-plugins-entrans-0.10.3-3.fc16.i686 gstreamer-plugin-crystalhd-3.5.1-1.fc14.i686 The original Bug-report I did on Clementine player is here: http://code.google.com/p/clementine-player/issues/detail?id=2484
Works with Totem with current git. I suspect it might be fixed by e7b3305f706dabc62b2d7128a4480014c89b8727 in core, pushed on the 7th of december. This commit fixed some FLAC files failing to seek. Could you confirm if this fixes your issue ?
Mario, can you reproduce the problem with latest gstreamer ?
With gstreamer-0.10.35-1, gstreamer-plugins-good-0.10.30-5 the bug is still present and happens the same way. Sorry for my delay... I had no internet access these weeks.
The latest releases are gstreamer core/base 0.10.36 and gst-plugins-good 0.10.31. Please try with those.
Mario, could you reproduce the problem with gstreamer core/base 0.10.36 and gst-plugins-good 0.10.31 ?
We presume this to be OBSOLETE by now. Please reopen if this is not the case.
The problem is fixed already, sorry for the delay. (I set it as FIXED I guess)