[gstreamer-bugs] [Bug 163159] [videobox] plugin segfault (gst-plugin 0.8.7)

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Wed Jan 12 12:04:56 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=163159
 GStreamer | gst-plugins | Ver: 0.8.8





------- Additional Comments From David Wm. Parr  2005-01-12 15:04 -------
Another example: If [videobox] was not in the picture, and a 640x480 image was
formatted at YUV420P, it seems clear that the color planes should have the
following dimensions:
  Y = 640x480
  U = 320x240
  V = 320x240

But what if it had been 641x480 image ?
  Y = 641x480 (or should it be 2-byte or 4-byte aligned to 642 or 644 ??)
  U = 320x480 (or should it have been 320, 322 ???)
  V = 320x480 (or should it have been 320, 322 ???)

There must be a specification somewhere for the YUV420 color scheme that defines
how to derive the dimensions of U & V planes when the Y play has odd dimensions.
 It must also say whether/not the dimensions need to be aligned to 1/2/4-bytes.

Then the allocation and population of the YUV420 buffer can be made the same in
[videobox] and [ffcolorspace]


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