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 695044 - FLAC playback cuts short
FLAC playback cuts short
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.36
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-03-03 05:10 UTC by Samuel Coleman
Modified: 2013-03-03 23:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Samuel Coleman 2013-03-03 05:10:59 UTC
When playing certain files, playback abruptly and prematurely ceases at a position apparently specific to the file. This appears to be an issue with playback of only a small portion of the song; if I use a player capable of seeking and seek to past the point of failure, playback continues normally. I initially noticed this problem with Quot Libet, but can consistently reproduce it in Totem so I'm led to believe it's GStreamer that has the problem, and not the consuming application.

Neither of the aforementioned applications present any errors (to stderr, internal error log, or as a popup message) when encountering the issue, and simply continue to the next song in the playlist. Additionally, `flac -t "$file"` does not report any issues with affected files, and both `flac -dc "$file" | aplay` and `ffplay "$file"` correctly play affected files.

Attached is an example case, of which playback ceases at approximately 0:02, so you don't have to listen too far in to notice it. I've only seen the problem with FLAC files, but the vast majority of files in my library are FLAC, so it may not be a problem with FLAC exclusively.

This may or may not be related to #150513. The submitter of that issue notes that the event occurred for him at a different position in the song every time; that is not the case for me – I see it happen at the same position every time.
Comment 1 Samuel Coleman 2013-03-03 05:19:51 UTC
The file is, apparently, far too large to attach, so let's hope everyone who needs to can access this:

https://mega.co.nz/#!rQRVxaSL!a-JS8U-wJVwdPUukF81I1WNhD1h2ALyUXNd5bnqXsLA
Comment 2 Tim-Philipp Müller 2013-03-03 13:47:42 UTC
I can't access that link. It says 'Please update your browser. Download [Google Chrome | Mozilla Firefox]' both with epiphany and firefox.
Comment 3 Samuel Coleman 2013-03-03 22:04:53 UTC
Alright, let's try this, then:

https://docs.google.com/file/d/0BwkONbGn86mBXzRTRDZtZkI0Y0E/edit?usp=sharing
Comment 4 Tim-Philipp Müller 2013-03-03 23:47:34 UTC
Thanks, that works.

I can reproduce the issue with the last 0.10 releases as in debian sid. It's fixed in 1.x though, so closing this bug as OBSOLETE, as 0.10 is not maintained any longer, sorry. I believe the issue might have been in flacparse - you might be able to isolate a patch from 0.10 git or git master that fixes this.