[gstreamer-bugs] [Bug 597351] [jpegdec] segfaults on a specific picture

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Oct 6 08:27:55 PDT 2009


https://bugzilla.gnome.org/show_bug.cgi?id=597351
  GStreamer | gst-plugins-good | git

--- Comment #3 from Stefan Kost (gstreamer, gtkdoc dev) <ensonic at sonicpulse.de> 2009-10-06 15:27:45 UTC ---
There are different quantisation modes for jpeg color components. The first two
have been made using gime and stored with the different quantisation, the last
one is the attached one and its quantisation is not supported by gimp.

gst-launch filesrc location=test_1152_864_22_11_11.jpeg ! jpegdec ! fakesink

r_h = 2, r_v = 2
num_components=3, comps_in_scan=3
[0] h_samp_factor=2, v_samp_factor=2
[1] h_samp_factor=1, v_samp_factor=1
[2] h_samp_factor=1, v_samp_factor=1


gst-launch filesrc location=test_1152_864_11_11_11.jpeg ! jpegdec ! fakesink

r_h = 1, r_v = 1
num_components=3, comps_in_scan=3
[0] h_samp_factor=1, v_samp_factor=1
[1] h_samp_factor=1, v_samp_factor=1
[2] h_samp_factor=1, v_samp_factor=1


gst-launch filesrc location=Photo689.jpg ! jpegdec ! fakesink

r_h = 2, r_v = 2
num_components=3, comps_in_scan=3
[0] h_samp_factor=2, v_samp_factor=2
[1] h_samp_factor=1, v_samp_factor=2
[2] h_samp_factor=1, v_samp_factor=2

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list