msdkvpp: don't use NV12 as default output in normal mode
authorHaihao Xiang <haihao.xiang@intel.com>
Thu, 27 Dec 2018 08:50:54 +0000 (16:50 +0800)
committerHaihao Xiang <haihao.xiang@intel.com>
Tue, 8 Jan 2019 02:08:43 +0000 (10:08 +0800)
commita0943aec692714736179b2ee6ebe59ac584b87bf
tree183e654b06429b44ffae7ae2673cc95445feb0f8
parent7681566f2948c5a3ddb9ddda41daa8af60bcbbdc
msdkvpp: don't use NV12 as default output in normal mode

If so, BGRA is the preferred output format hence BGRA will be selected
as input format by default, e.g. in the pipleline below, BGRA instead of
NV12 is selected without renegotiation, so we can avoid the NV12 issue
(see commit 3f2314a) by default.

gst-launch-1.0 videotestsrc ! msdkvpp ! glimagesink
sys/msdk/gstmsdkvpp.c