summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-03-29 12:14:22 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-03-29 12:14:22 +0000
commitd26cbc8c663b56976224a433c18817be5a57fe45 (patch)
tree5732494a06a38567e2b16aa1edd742c3e905a365 /ChangeLog
parent112216c22f971c56ad8c3e952b146868180cd157 (diff)
gst/wavenc/gstwavenc.c: Correctly handle width!=depth input.
Original commit message from CVS: * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf), (gst_wavenc_sink_setcaps): Correctly handle width!=depth input. * gst/wavparse/gstwavparse.c: Already export in the caps that width==8 uses unsigned samples and everything else uses signed samples.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d5c5ab2b..a84ee4ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-03-29 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
+ (gst_wavenc_sink_setcaps):
+ Correctly handle width!=depth input.
+ * gst/wavparse/gstwavparse.c:
+ Already export in the caps that width==8 uses unsigned samples and
+ everything else uses signed samples.
+
2007-03-29 Wim Taymans <wim@fluendo.com>
Patch by: Laurent Glayal <spglegle at yahoo dot fr>