From 7e522c28c2fb424db73bbc96292e6bf6b1e12c7c Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Tue, 8 Aug 2006 14:40:47 +0000 Subject: ext/jpeg/: Refuse sink caps in the encoder if width or height is not a multiple of 16, the encoder does not support t... Original commit message from CVS: * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain): * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps), (gst_smokeenc_resync), (gst_smokeenc_chain): Refuse sink caps in the encoder if width or height is not a multiple of 16, the encoder does not support that yet; along the same lines, check the return value of the encoder setup function; also remove some debug log clutter. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 794493a2..b7cab4fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2006-08-08 Tim-Philipp Müller + + * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain): + * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps), + (gst_smokeenc_resync), (gst_smokeenc_chain): + Refuse sink caps in the encoder if width or height is not a + multiple of 16, the encoder does not support that yet; along the + same lines, check the return value of the encoder setup function; + also remove some debug log clutter. + 2006-08-04 Andy Wingo * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing -- cgit