GNOME Bugzilla – Bug 673788
flacdec stops decoding early in combination with flacparse
Last modified: 2012-08-30 18:29:23 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
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.
*** Bug 683047 has been marked as a duplicate of this bug. ***