[Bug 707361] video: Add support for 64x32 tiled NV12 color format

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Jan 3 10:36:10 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=707361
  GStreamer | gst-plugins-base | git

Nicolas Dufresne <nicolas.dufresne> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #264876|none                        |needs-work
             status|                            |

--- Comment #48 from Nicolas Dufresne <nicolas.dufresne at collabora.co.uk> 2014-01-03 18:35:59 UTC ---
Review of attachment 264876:
 --> (https://bugzilla.gnome.org/review?bug=707361&attachment=264876)

I've also tested this code and found that UV of the last row is not copied
correctly.

::: gst-libs/gst/video/video-frame.c
@@ +272,3 @@
+    tile_size = 1 << ts;
+
+    mode = finfo->pixel_stride[tidx];

Pixel stride is per component, not per plane. Should be GST_VIDEO_COMP_TILEINFO
instead of tidx.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list