intel / intel-vaapi-driver

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

ARGB format is not reported by vaQueryImageFormats() but it can be actually managed #500

Open ceyusa opened 4 years ago

ceyusa commented 4 years ago

This driver can handle ARGB[1] images onto VA surfaces even the format it is not reported by vaQueryImageFormat().

It would be nice to report the format through the query.

This issue is a follow up of https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi/-/merge_requests/280

  1. VA_FOURCC_RGBA, VA_LSB_FIRST, 32, 32, 0x000000ff, 0x0000ff00, 0x00ff0000, 0xff000000