mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
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.
This commit is contained in:
parent
18f10652bc
commit
0f65c3b6f4
1 changed files with 12 additions and 0 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
|||
2004-04-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* 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.
|
||||
|
||||
2004-04-22 Zaheer Abbas Merali <zaheerabbas@merali.org>
|
||||
|
||||
reviewed by Benjamin Otte <otte@gnome.org>
|
||||
|
|
Loading…
Reference in a new issue