summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-08-08 14:46:00 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-08-08 14:46:00 +0000
commite747f4ada03bf233b77e5083104f9b1aa298e193 (patch)
treeac9f6c4df774e49ba36a428f9e303544fa28c67c /ChangeLog
parent7e522c28c2fb424db73bbc96292e6bf6b1e12c7c (diff)
ChangeLog surgery: mention bug number
Original commit message from CVS: ChangeLog surgery: mention bug number
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index b7cab4fb..eca2fb84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,9 +4,9 @@
* 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.
+ multiple of 16, the encoder does not support that yet (#349939);
+ 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>