gst/wavparse/gstwavparse.c: Missing variable initialization. Add handling of DVI...
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Fri, 23 Apr 2004 00:47:41 +0000 (00:47 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Fri, 23 Apr 2004 00:47:41 +0000 (00:47 +0000)
commit5a24cfe7fcdc57dc3a9aa26144bce9e7be79ed8e
tree0cf450499484267d6abbb4dd63b41616f1b9f1d2
parent2a0fbe000f6885216dd189f90ab4701b698df19a
gst/wavparse/gstwavparse.c: Missing variable initialization. Add handling of DVI ADPCM. Fix mis-parsing of LIST chunk...

Original commit message from CVS:
* gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
(gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
(gst_wavparse_loop):
Missing variable initialization. Add handling of DVI ADPCM. Fix
mis-parsing of LIST chunks. This works around a bug where we mis-
parse non-aligning LIST chunks (so LIST chunks where the contents
don't align with the actual LIST size). The correct fix is to use
rifflib, I'm not going to fix wavparse - too much work. All this
fixes #104878.
ChangeLog