[Bug 785384] video-format: Add a new 10bit packed format

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Nov 17 09:16:41 UTC 2017


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

--- Comment #8 from kevin <kevinbing.song at gmail.com> ---
8 bit NV12:

Y plane:

pixel:   1     2     3     4     5
bytes:   1     2     3     4     5

10 bit NV12:

Y plane:

P010:

pixel:        1           2          3         4          5
bytes:   1    2     3     4     5    6    7    8    9    10

Our 10 bit format:

pixel:     1     2     3       4
bytes:   1    2    3     4     5

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