aiffparse: Fix an off-by-8 bug in parsing the AIFF data size.
authorMichael Smith <msmith@songbirdnest.com>
Fri, 11 Sep 2009 21:38:46 +0000 (14:38 -0700)
committerMichael Smith <msmith@songbirdnest.com>
Fri, 11 Sep 2009 21:40:20 +0000 (14:40 -0700)
commit4066a87156e8efdf2f9e24693e8de6b2385345f9
tree15c531925138fafb53679520f331088fc600e212
parent92ec7117338856f77f19c7cc8eb09dd5908a3db8
aiffparse: Fix an off-by-8 bug in parsing the AIFF data size.

This led to overreading by 8 bytes, giving an audible glitch at the end of
a file (except when the file didn't have a trailing chunk of some sort).
gst/aiffparse/aiffparse.c