diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2006-08-08 14:40:47 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-08-08 14:40:47 +0000 |
commit | 7e522c28c2fb424db73bbc96292e6bf6b1e12c7c (patch) | |
tree | 47a53deeba5a3f7f5b6bcdc1361ec09f9207f687 /ChangeLog | |
parent | 7fbf85ea547a9242837f24f3156c1cd8a5ec7004 (diff) |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2006-08-08 Tim-Philipp Müller <tim at centricular dot net> + + * 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 <wingo@pobox.com> * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing |