From d35441766ffa29e6298079d61630b652d2d64971 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Wed, 17 May 2006 11:20:44 +0000 Subject: 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). --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') 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 + + * 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 Patch by: Jindrich Makovicka -- cgit