[gst-devel] jpegdec segfaulting

Tim Müller t.i.m at zen.co.uk
Sat Dec 3 03:58:04 CET 2005


On Sat, 2005-12-03 at 10:17 +0000, Henry Gomersall wrote:

> Below are links to 2 images taken on the same camera and resaved in the
> Gimp to the same size, one that works and one that does not. The working
> image has been manipulated somewhat before saving.
> 
> http://www.srcf.ucam.org/~whg21/images/not_working.jpg
> http://www.srcf.ucam.org/~whg21/images/working.jpg

Both images work fine with jpegdec in GStreamer 0.10 (0.9.7).

I can reproduce the problem with 0.8 though. In 0.8 you'd want to
specify the blocksize property on filesrc and set it to a very large
value, so that filesrc delivers the entire .jpg file in one single
buffer to jpegdec, as jpegdec in 0.8 can't do progressive loading from
multiple buffers (while the one in 0.10 can). Doesn't fix the issue in
this case, but I thought I'd point it out.

Cheers
 -Tim






More information about the gstreamer-devel mailing list