video: add Y410 pixel format.
authorWangfei <fei.w.wang@intel.com>
Fri, 23 Nov 2018 06:40:27 +0000 (14:40 +0800)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Sun, 2 Dec 2018 02:05:36 +0000 (21:05 -0500)
commit0ac7d1187b234e86157ad74937c249a3c016807c
tree24825e88219c2f75a27f9f77496c73141a0b77a2
parent08ea7d676e4878533e06f3d8f614622b6b6fd48a
video: add Y410 pixel format.

This pixel format is packed format with 4:4:4 sample. And 10
available bits of Y/U/V and 2 available bits of alpha stored
in 4 Bytes.

Format defined in:
https://docs.microsoft.com/en-us/windows/desktop/medfound/10-bit-and-16-bit-yuv-video-formats
gst-libs/gst/video/video-converter.c
gst-libs/gst/video/video-format.c
gst-libs/gst/video/video-format.h
gst-libs/gst/video/video-info.c