summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-05-17 11:20:44 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-05-17 11:20:44 +0000
commitd35441766ffa29e6298079d61630b652d2d64971 (patch)
tree5c87714e4477846fab522372c308561795a58344 /ChangeLog
parent14ea3f13a47948e320903f6e96d0d646775b1bca (diff)
ext/jpeg/gstjpegdec.c: Fix crash when outputting debugging information for certain pictures (always good to use the r...
Original commit message from CVS: * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): Fix crash when outputting debugging information for certain pictures (always good to use the right struct member for the number of records in an array).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 67434efa..f3f7935b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-05-17 Tim-Philipp Müller <tim at centricular dot net>
+
+ * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
+ Fix crash when outputting debugging information for certain
+ pictures (always good to use the right struct member for
+ the number of records in an array).
+
2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
Patch by: Jindrich Makovicka <jindrich.makivicka at itonis tv>