summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-07-22 13:35:48 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-07-22 13:35:48 +0000
commita427a79b61f9bb19a13f410ba1efde8daced28e4 (patch)
tree29f5184afa266021fccd20d9363fe7bb034fefb7 /ChangeLog
parentf678fed691eca454176235c2e5a1d9bcf6e08c72 (diff)
downloadgst-plugins-bad-a427a79b61f9bb19a13f410ba1efde8daced28e4.tar.gz
gst-plugins-bad-a427a79b61f9bb19a13f410ba1efde8daced28e4.tar.bz2
gst-plugins-bad-a427a79b61f9bb19a13f410ba1efde8daced28e4.zip
gst/: Allow 24/32-bpp songs, too, and blockalign samples to the header-specified size (if any). Fixes #311070.
Original commit message from CVS: * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps_with_data): * gst/wavparse/gstwavparse.c: (gst_wavparse_loop): Allow 24/32-bpp songs, too, and blockalign samples to the header-specified size (if any). Fixes #311070.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c97b05a..d8741e7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-07-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+
+ * gst-libs/gst/riff/riff-media.c:
+ (gst_riff_create_audio_caps_with_data):
+ * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
+ Allow 24/32-bpp songs, too, and blockalign samples to the
+ header-specified size (if any). Fixes #311070.
+
2005-07-22 Tim-Philipp Müller <tim at centricular dot net>
* ext/flac/gstflacdec.c: (gst_flacdec_write),