[Bug 797267] video: add new Y210 pixel format (packed 4:2:2, 10-bit)

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Oct 10 11:50:55 UTC 2018


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nicolas at ndufresne.ca

--- Comment #3 from Nicolas Dufresne (ndufresne) <nicolas at ndufresne.ca> ---
v210
https://wiki.multimedia.cx/index.php/V210

The order differ, v210 is UYVY, Y210 is YUYV. The also, the packing if
different. v210 packs over 32 bit, 2 distributed padding bit, while Y210 uses
6bits padding per components (like all the other MS formats).

Please make sure to run make check / ninja test. We have a generic test for
pixels formats which is very good at catching any errors.

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