[Bug 761607] video: add support for P010 video format

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Feb 19 14:24:14 UTC 2016


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

sreerenj <bsreerenj at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #320512|none                        |reviewed
             status|                            |

--- Comment #3 from sreerenj <bsreerenj at gmail.com> ---
Review of attachment 320512:
 --> (https://bugzilla.gnome.org/review?bug=761607&attachment=320512)

::: gst-libs/gst/video/video-format.c
@@ +3320,3 @@
+
+  sy += x;
+  int i;

it should be suv += (x & ~1) like nv12 packing, right?

@@ +3443,3 @@
+
+  sy += x;
+      Y0 |= (Y0 >> 10);

similar to unpack_P010_10BE, it should be suv += (x & ~1) like nv12 packing i
think..

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