flacparse: Adjust unit tests to new flacparse behaviour
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 12 Oct 2010 08:28:33 +0000 (10:28 +0200)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 8 Apr 2011 17:07:11 +0000 (18:07 +0100)
commit46ea4eaa1f2cde7797a4741779a5ad22ac917bc9
tree7559863829b966d808bdf41ef5a34a67a67fc9d9
parent274414e3d6ae07b489fed8abb6ac66d280da0973
flacparse: Adjust unit tests to new flacparse behaviour

Garbage after frames is now included in the frames because flacparse
has no easy way to detect the real end of a frame. Decoders are
expected to everything after the frame because only decoding the
bitstream will reveal the real end of the frame.

Fixes bug #631814.
tests/check/elements/flacparse.c