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 673788 - flacdec stops decoding early in combination with flacparse
flacdec stops decoding early in combination with flacparse
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.31
Other Linux
: Normal normal
: 0.10.32
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 683047 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2012-04-09 17:42 UTC by Christoph Reiter (lazka)
Modified: 2012-08-30 18:29 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christoph Reiter (lazka) 2012-04-09 17:42:36 UTC
file: http://www.mediafire.com/?c7w5ueabsm8sr2g

always at ~1:53 of the song

works:
gst-launch-0.10 filesrc location=a.flac ! flacdec ! fakesink
gst-launch-0.10 filesrc location=a.flac ! flacparse ! fakesink
flac -t a.flac

doesn't work (and gets used by playbin2):
gst-launch-0.10 filesrc location=a.flac ! flacparse ! flacdec ! fakesink
Comment 1 Tim-Philipp Müller 2012-04-09 18:05:20 UTC
This seems to be fixed in git, probably by this commit (maybe in combination with other commits):

 commit 19121249bd5dcfca440f276e2e05faf84245002c
 Author: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
 Date:   Fri Mar 16 18:23:29 2012 +0100

    flacdec: improve error handling and resilience
    
    ... by noting that one occurred in the first place, and then appropriately
    ignoring some transient ones.
Comment 2 Tim-Philipp Müller 2012-08-30 18:29:23 UTC
*** Bug 683047 has been marked as a duplicate of this bug. ***