flacdec: improve error handling
authorVineeth TM <vineeth.tm@samsung.com>
Fri, 26 Jun 2015 04:24:17 +0000 (13:24 +0900)
committerLuis de Bethencourt <luis@debethencourt.com>
Mon, 6 Jul 2015 13:57:11 +0000 (14:57 +0100)
commit3f6a868f7e7ba732f36078be4f42d9b502b19991
treea95fe444408a82338ba63b406b398e6c849819e7
parentc5c7e7e084e9d6d8b5c2ff446c0fcb07739a19bc
flacdec: improve error handling

for files which have corrupted header, libflac is not able to
process the metadata properly. We just try to ignore the error
and continue with the processing, since metadata parsing is not
making much of a difference to libflac

https://bugzilla.gnome.org/show_bug.cgi?id=751334
ext/flac/gstflacdec.c