video: add IYU2 format
authorJoan Pau Beltran <joanpau.beltran@socib.cat>
Mon, 30 May 2016 14:40:26 +0000 (16:40 +0200)
committerTim-Philipp Müller <tim@centricular.com>
Wed, 1 Jun 2016 11:07:05 +0000 (12:07 +0100)
commitabb88801e79bde97523c0ad4dba30a463b5d922d
treeb58be2f8999ad93eeca90066ad0ef7ac79548168
parentba9bf26f4b91087b5c69711d7746784f466aefa7
video: add IYU2 format

This existed in 0.10 and is needed by dc1394src.

IYU2 format is a YUV fully-sampled packed format similar to v308
but with different component order (U-Y-V instead of Y-U-V).

http://www.fourcc.org/yuv.php#IYU2

https://bugzilla.gnome.org/show_bug.cgi?id=763026#c5
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
gst-libs/gst/video/video-scaler.c
tests/check/libs/video.c