summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-06-03 11:21:44 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-06-03 11:21:44 +0000
commit10da08ace44019b1738120da1fab7cbca06a6a4e (patch)
tree756097e3e5e7fafa86bf22cec00f80e135ccabb7 /ChangeLog
parent6ce8b13eb4f1e21893030269f7fadbf07649b5e7 (diff)
gst/wavenc/gstwavenc.*: Properly write wav files with width!=depth by having the depth most significant bytes set and...
Original commit message from CVS: * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf), (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples), (gst_wavenc_chain), (gst_wavenc_change_state): * gst/wavenc/gstwavenc.h: Properly write wav files with width!=depth by having the depth most significant bytes set and all others zero. Fixes #442535.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 60278542..2643f59c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-06-03 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
+ (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
+ (gst_wavenc_chain), (gst_wavenc_change_state):
+ * gst/wavenc/gstwavenc.h:
+ Properly write wav files with width!=depth by having the depth most
+ significant bytes set and all others zero. Fixes #442535.
+
2007-06-01 Wim Taymans <wim@fluendo.com>
* gst/rtsp/rtspconnection.c: