msdkvp9enc: fix 10bit encoding
authorHaihao Xiang <haihao.xiang@intel.com>
Wed, 25 Dec 2019 05:21:11 +0000 (13:21 +0800)
committerHaihao Xiang <haihao.xiang@intel.com>
Mon, 6 Jan 2020 03:54:57 +0000 (03:54 +0000)
commit9064de27f9a79d5976df580b919e264fc9f98b2b
tree8c96e2df0ae26bf2897861cc777a7d6ea0011d94
parentda22ff3846ddbe82214522989a09af491faff826
msdkvp9enc: fix 10bit encoding

The codec profile should be consistent with the frame fourcc code, this
fixes pipeline below:

gst-launch-1.0 videotestsrc ! \
video/x-raw,width=320,height=240,format=P010_10LE ! msdkvp9enc ! \
fakesink
sys/msdk/gstmsdkvp9enc.c