gst-libs/gst/riff/: Fix for unaligned RIFF files (i.e. where all the chunks together...
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Sun, 9 May 2004 15:49:25 +0000 (15:49 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Sun, 9 May 2004 15:49:25 +0000 (15:49 +0000)
commite86086b19d0ee7f6d4cbc594f7e27e881a6bb4cf
treedd61a97fcf286f2080285689d53a6731da6bce95
parent37098ff9003ab75b7e94953061bd457b7deec6d1
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.
ChangeLog