intel / intel-vaapi-driver

VA-API user mode driver for Intel GEN Graphics family
https://01.org/linuxmedia
Other
305 stars 126 forks source link

Need fully support of YUV 444P image #484

Open HeJunyan opened 5 years ago

HeJunyan commented 5 years ago

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