[gstreamer-bugs] [Bug 164176] [jpegenc/dec] conversion bugs (wrong strides?)

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Sat Mar 12 02:14:46 PST 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=164176
 GStreamer | gst-plugins | Ver: HEAD CVS





------- Additional Comments From Ronald Bultje  2005-03-12 05:14 -------
As for the alignment issues, you'll see that the first line of each block *is*
decoded correctly, only the next 15 lines per block have wrong alignment on the
left border. The colors in the rest of the image are correct. So we may actually
not have any stride issues, but just a missing setting in libjpeg or something.

Now, if we look at line 488 of gstjpegdec.c, we do for (i = 0; i < height; i +=
r_v * DCTSIZE) ... DCTSIZE is 8 and r_v = v_scale = 2, so this is indeed the
problem. We're just setting block offset, we're not setting stride.

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list