v4l2: Add missing SMTP240M matrix

This is missing in the doc, but was in the header.
This commit is contained in:
Nicolas Dufresne 2015-06-08 19:10:34 -04:00
parent e56ef6bcf0
commit 87a4884acd
2 changed files with 4 additions and 1 deletions

2
common

@ -1 +1 @@
Subproject commit d9a33530a24c3ea24a6e13bd343b440c5656740e
Subproject commit d37af32e2d6d1b546af72978f8441a84996ab3ea

View file

@ -1784,6 +1784,9 @@ gst_v4l2_object_get_colorspace (enum v4l2_colorspace colorspace,
case V4L2_YCBCR_ENC_BT2020:
cinfo->matrix = GST_VIDEO_COLOR_MATRIX_BT2020;
break;
case V4L2_YCBCR_ENC_SMPTE240M:
cinfo->matrix = GST_VIDEO_COLOR_MATRIX_SMPTE240M;
break;
case V4L2_YCBCR_ENC_DEFAULT:
/* nothing, just use defaults for colorspace */
break;