The YUV 444P format has just derive function, no get/put support for it.
Need a full feature support for this format and report this format correctly in vaQueryImageFormats
Or, the command line of gstreamer:
gst-launch-1.0 -vf videotestsrc num-buffers=10 \
! video/x-raw,format=Y444 \
! jpegenc ! jpegparse \
! vaapijpegdec ! video/x-raw,format=NV12 \
! checksumsink2
The YUV 444P format has just derive function, no get/put support for it. Need a full feature support for this format and report this format correctly in vaQueryImageFormats
Or, the command line of gstreamer: gst-launch-1.0 -vf videotestsrc num-buffers=10 \ ! video/x-raw,format=Y444 \ ! jpegenc ! jpegparse \ ! vaapijpegdec ! video/x-raw,format=NV12 \ ! checksumsink2
will fail