From cbccea33ec32a8f8341ff98ce08464c0e277ebb2 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Thu, 21 Aug 2008 12:56:01 +0000 Subject: gst/wavenc/gstwavenc.c: If we're not allowing width!=depth in wavenc we should also disable the code that was added t... Original commit message from CVS: * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): If we're not allowing width!=depth in wavenc we should also disable the code that was added to support width!=depth. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 325926b1..b9139de9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-08-21 Sebastian Dröge + + * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): + If we're not allowing width!=depth in wavenc we should also disable + the code that was added to support width!=depth. + 2008-08-21 Sebastian Dröge * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream): -- cgit