[gstreamer-bugs] [Bug 529500] [videotestsrc] support for NV12 and NV21

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Apr 24 19:12:33 PDT 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=529500

  GStreamer | gst-plugins-base | Ver: HEAD CVS




------- Comment #6 from David Schleef  2008-04-25 02:12 UTC -------
Rounding rules are based on what X drivers use, which is generally the same as
what DirectShow/Video for Windows uses, which is generally the same as whatever
the underlying hardware requires.

In general, Y sizes are rounded up to multiples of U and V sizes, and then the
row strides are rounded up to 4.  The latter comes from wanting rows to be
disjoint runs of uint32_t's, because of PCI bus issues.  I'd be willing to
accept code that follows these rules without outside verification.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=529500.




More information about the Gstreamer-bugs mailing list