flacparse: ignore bad headers if we have a valid STREAMINFO header
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 23 Oct 2012 12:45:17 +0000 (13:45 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 23 Oct 2012 12:56:54 +0000 (13:56 +0100)
commit7c41f42eecdeccc7f7cb75014678e115928798f5
treec5c67b1f09e25d2fd8fb8091b6476f5df45405ba
parent49cc7198095522c21b3bab78070120444e122e94
flacparse: ignore bad headers if we have a valid STREAMINFO header

If we run into any header parsing issues and we have a valid
STREAMINFO header already, don't error out, but just stop
header parsing and try to find some audio frames.

https://bugzilla.gnome.org/show_bug.cgi?id=684701
gst/audioparsers/gstflacparse.c