From bab5d042b232ca7d01cd029f897ec1e1b931b222 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Thu, 30 Oct 2008 15:08:49 +0000 Subject: gst/wavenc/gstwavenc.*: Add support for float/double as input and remove the (nowadays) useless parsing of the depth ... Original commit message from CVS: * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf), (gst_wavenc_sink_setcaps), (gst_wavenc_change_state): * gst/wavenc/gstwavenc.h: Add support for float/double as input and remove the (nowadays) useless parsing of the depth as we require width==depth. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fa19514e..c70f0048 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-10-30 Sebastian Dröge + + * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf), + (gst_wavenc_sink_setcaps), (gst_wavenc_change_state): + * gst/wavenc/gstwavenc.h: + Add support for float/double as input and remove the (nowadays) + useless parsing of the depth as we require width==depth. + 2008-10-30 Wim Taymans * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps): -- cgit