mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
v4l2: Add missing SMTP240M matrix
This is missing in the doc, but was in the header.
This commit is contained in:
parent
e56ef6bcf0
commit
87a4884acd
2 changed files with 4 additions and 1 deletions
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit d9a33530a24c3ea24a6e13bd343b440c5656740e
|
||||
Subproject commit d37af32e2d6d1b546af72978f8441a84996ab3ea
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue