From 0e1f7b54bb15ceece353384798a783e70e0ce6f5 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Tue, 28 Oct 2008 14:56:08 +0000 Subject: gst/wavenc/gstwavenc.c: Don't allow width=32,depth=24 as input. WAV requires that the width is the next integer multi... Original commit message from CVS: * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Don't allow width=32,depth=24 as input. WAV requires that the width is the next integer multiply of 8 from the depth. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 30b1c987..27943124 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-10-28 Sebastian Dröge + + * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): + Don't allow width=32,depth=24 as input. WAV requires that the width + is the next integer multiply of 8 from the depth. + 2008-10-28 Wim Taymans * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps): -- cgit