diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-05-09 15:49:25 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-05-09 15:49:25 +0000 |
commit | 3ce13c7d9989d5376f738c0ef057c206dec29bdf (patch) | |
tree | 3d7c5beeda63ad78259ce8fb6a71ce139c480c17 /ChangeLog | |
parent | 23c774e5a36df7c98c856d59275f6860a8cd7b8f (diff) | |
download | gst-plugins-bad-3ce13c7d9989d5376f738c0ef057c206dec29bdf.tar.gz gst-plugins-bad-3ce13c7d9989d5376f738c0ef057c206dec29bdf.tar.bz2 gst-plugins-bad-3ce13c7d9989d5376f738c0ef057c206dec29bdf.zip |
gst-libs/gst/riff/: Fix for unaligned RIFF files (i.e. where all the chunks together in a LIST chunk are not of the s...
Original commit message from CVS:
* gst-libs/gst/riff/riff-media.c:
(gst_riff_create_video_caps_with_data),
(gst_riff_create_audio_caps),
(gst_riff_create_audio_template_caps):
* gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
Fix for unaligned RIFF files (i.e. where all the chunks together
in a LIST chunk are not of the same size as the size given in
the LIST chunk header). Fixes several odd WAVE files. Also fix
ADPCM (block_align property) in audio, so that wavparse based
on this works now as it used to stand-alone.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net> + + * gst-libs/gst/riff/riff-media.c: + (gst_riff_create_video_caps_with_data), + (gst_riff_create_audio_caps), + (gst_riff_create_audio_template_caps): + * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): + Fix for unaligned RIFF files (i.e. where all the chunks together + in a LIST chunk are not of the same size as the size given in + the LIST chunk header). Fixes several odd WAVE files. Also fix + ADPCM (block_align property) in audio, so that wavparse based + on this works now as it used to stand-alone. + 2004-05-09 Edward Hervey <bilboed@bilboed.com> reviewed by Benjamin Otte <otte@gnome.org> |