From 10da08ace44019b1738120da1fab7cbca06a6a4e Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Sun, 3 Jun 2007 11:21:44 +0000 Subject: 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. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 60278542..2643f59c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2007-06-03 Sebastian Dröge + + * 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 * gst/rtsp/rtspconnection.c: -- cgit