summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2005-07-22 09:59:58 +0000
committerTim-Philipp Müller <tim@centricular.net>2005-07-22 09:59:58 +0000
commitf678fed691eca454176235c2e5a1d9bcf6e08c72 (patch)
treea005d5f8d46deb3399f93ac98a14a795fe488db8
parent2f99c988d85da3bd6f917324312de6f60152ccc6 (diff)
downloadgstreamer-plugins-bad-f678fed691eca454176235c2e5a1d9bcf6e08c72.tar.gz
ext/flac/gstflacdec.*: Handle .flac files with 24 and 32 bits per sample (fixes #311162).
Original commit message from CVS: * ext/flac/gstflacdec.c: (gst_flacdec_write), (gst_flacdec_convert_src): * ext/flac/gstflacdec.h: Handle .flac files with 24 and 32 bits per sample (fixes #311162).
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5dfb964d7..0c97b05a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-07-22 Tim-Philipp Müller <tim at centricular dot net>
+
+ * ext/flac/gstflacdec.c: (gst_flacdec_write),
+ (gst_flacdec_convert_src):
+ * ext/flac/gstflacdec.h:
+ Handle .flac files with 24 and 32 bits per sample
+ (fixes #311162).
+
2005-07-21 Paolo Borelli <pborelli at katamail dot com>
Reviewed by: Tim-Philipp Müller <tim at centricular dot net>