[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 08:01:13 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 Sebastien Cote  2005-03-12 11:01 -------
I think we should start by fixing the stride in the colorspace, then fix the
plugins that assume incorrect strides (maybe we should open another bug for that?).

For I420, the stride of the U and V plane is half the size of the Y plane. So,
for a width of 300, the stride of U and V will be 150. I don't know much about
the other YUV formats, but for U and V they all seem to use either half the size
or the full size of Y.

Here are some references:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwmt/html/YUVFormats.asp
http://www.fourcc.org/yuv.php#IYUV

------- 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