libs: VA explicit color standard not supported until 1.2.0
authorU. Artie Eoff <ullysses.a.eoff@intel.com>
Tue, 11 Feb 2020 08:38:40 +0000 (00:38 -0800)
committerU. Artie Eoff <ullysses.a.eoff@intel.com>
Tue, 11 Feb 2020 08:38:40 +0000 (00:38 -0800)
commit0f1b1f40e5fb4bdb9cf4b42390e17dd92bdc7d78
tree4a245583b79d4713ac8806515487a5bfbb618c90
parent9d865453e1593cfc993fe277101bfc5ac2f0a179
libs: VA explicit color standard not supported until 1.2.0

VAProcColorStandardExplicit and associated VAProcColorProperties
(primaries, transfer and matrix) are not supported until
VA-API 1.2.0.

Use VAProcColorStandardNone instead of VAProcColorStandardExplicit
if VA-API < 1.2.0.

Fixes #231
gst-libs/gst/vaapi/gstvaapifilter.c
gst-libs/gst/vaapi/gstvaapiutils.c