GNOME Bugzilla – Bug 591951
pipelines/simple-launch-lines check segfaults with libjpeg 7
Last modified: 2009-08-17 16:11:10 UTC
This is on Mandriva Cooker with gst-plugins-good 0.10.15.3 and libjpeg 7: Program received signal SIGSEGV, Segmentation fault.
+ Trace 216946
Thread 1084160880 (LWP 2029)
Created attachment 140953 [details] [review] possible fix Could you try this?
This patch prevents the crash.
Great, thanks! commit 68c4019057b5f9090622c9d5eb3f6b4cb947c2a0 Author: Tim-Philipp Müller <tim.muller@collabora.co.uk> Date: Mon Aug 17 15:48:20 2009 +0100 smokeenc: don't crash when compiled against libjpeg7 Set parameters so that we don't crash with libjpeg7. Based on Stefan Kost's fix for jpegenc. Fixes #591951.