wavparse: treat a zero-sized data chunk as extending to the end of the file.
authorMichael Smith <msmith@songbirdnest.com>
Fri, 11 Sep 2009 20:32:39 +0000 (13:32 -0700)
committerMichael Smith <msmith@songbirdnest.com>
Fri, 11 Sep 2009 20:34:01 +0000 (13:34 -0700)
commit3257374310776091cb1a81f3245d29f161685f94
tree7ff331ffc0946eae08ae31c658be08ea71fc9d2a
parent00ffa9c2dde5361017f7d523970921cfb1937199
wavparse: treat a zero-sized data chunk as extending to the end of the file.

This fixes playback of some files that don't have a valid data chunk length,
apparently some program creates these.
gst/wavparse/gstwavparse.c