GNOME Bugzilla – Bug 323144
jpegdec segfaults when setting up a pipeline
Last modified: 2005-12-05 13:08:43 UTC
Steps to reproduce: Set up a pipeline such like below: "gst-launch-0.10 -v filesrc location=working.jpg ! jpegdec ! xvimagesink" The crash also occurs with the final sink being fakesink An image that produces the crash (although I am yet to find any that don't produce it) can be found at: http://www.srcf.ucam.org/~whg21/images/not_working.jpg This is a fresh installation of gstreamer, gst-plugins-base and gst-plugins-good directly from the gstreamer website. Stack trace:
+ Trace 64405
Other information: Using gentoo, but not the unstable gentoo packages for gstreamer (I did initially, but these caused the same problem).
Using libjpeg instead of libjpeg-mmx seems to solve the problem.
Sounds like a NOTGNOME problem to me...