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

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Apr 24 15:08:31 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

Thijs Vermeir changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thijsvermeir at gmail.com




------- Comment #5 from Thijs Vermeir  2008-04-24 22:08 UTC -------
Like said on IRC I based this on the same stride as currently used (only the
luma) for comparable colorspaces (like I420 or YV12). No one was able to tell
where I can find the specs about the strides. The only information I can found
is on ffourcc.org [1] and that does not talk about the stride for the luma
plane just says that it is the same for the chrominance.

But after looking around how other programs did the stride I found that the
stride for I420 and YV12 is 8 in some xorg drivers[2], at least if I interpret
that code correctly. and mplayer[3] doesn't set a stride for planar colorspaces
but I don't suppose that we will take that as a reference.

So, than I have also a question:
Where are the current rounding rules based on?
Is that Xv driver or our implementation wrong?

[1] http://www.fourcc.org/yuv.php#NV12
[2]
http://www.google.com/codesearch?hl=en&q=+%22pPriv-%3EsrcPitch+%3D+(width+%2B+7)+%26+~7%3B%22+show:wkDubdvNK5M:BslqBkyo2rU:GaFsNiUf3q4&sa=N&cd=2&ct=rc&cs_p=http://www.angstrom-distribution.org/unstable/sources/xf86-video-sisusb-X11R7.0-0.7.1.3.tar.bz2&cs_f=xf86-video-sisusb-X11R7.0-0.7.1.3/src/sisusb_video.c#first
[3]
http://www.google.com/codesearch?hl=en&q=+%22mpi-%3Estride%5B0%5D%3Dmpi-%3Ewidth%3B%22+show:ONk9uu1qiqg:bZksL57wocI:ONk9uu1qiqg&sa=N&cd=7&ct=rc&cs_p=svn://svn.mplayerhq.hu/mplayer/trunk&cs_f=libmpcodecs/vf.c#l362


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