[Bug 789876] video: Add 10bits variants of GRAY/NV12/NV16 packed inside LE 32 bits

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jan 17 17:06:26 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=789876

Nicolas Dufresne (stormer) <nicolas at ndufresne.ca> changed:

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

--- Comment #15 from Nicolas Dufresne (stormer) <nicolas at ndufresne.ca> ---
Review of attachment 366893:
 --> (https://bugzilla.gnome.org/review?bug=789876&attachment=366893)

::: gst-libs/gst/video/video-format.c
@@ +4791,3 @@
+  gint uv = GET_UV_420 (y, flags);
+  const guint32 *restrict sy = GET_PLANE_LINE (0, y);
+  const guint32 *restrict suv = GET_PLANE_LINE (1, uv);

Thanks, the bug was here, I need to get rid of uv and just pass y, it's not
sub-sampled vertically.

@@ +4886,3 @@
+  gint uv = GET_UV_420 (y, flags);
+  guint32 *restrict dy = GET_PLANE_LINE (0, y);
+  guint32 *restrict duv = GET_PLANE_LINE (1, uv);

... and here

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