wavpackparse: Allow pulling the last WavPack frame of a file
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 19 Nov 2009 15:08:33 +0000 (16:08 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 19 Nov 2009 15:10:55 +0000 (16:10 +0100)
commit9f5adb2ca3620407fbad9ac009b9e3d962c69db6
treef3764e4e138cde1eaa857455cf50292e7dd52bea
parent60dd37e56dc5d082756cd54e23022282712fcca2
wavpackparse: Allow pulling the last WavPack frame of a file

Because of a >= instead of a >, that last frame of a WavPack file
would never be parsed in pull mode.
ext/wavpack/gstwavpackparse.c