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

[BUG] Problems with VaapiVideoDecodeGL from Chromium in Wayland #564

Open EliasOfWaffle opened 9 months ago

EliasOfWaffle commented 9 months ago

Chromium have a new VAAPI decoder for OpenGL renderer, it supports Wayland and can run great with new intel generations using media driver and onevpl driver, but for the i965 is the contrary have some reports in arch forum that i965 don't work in some hardware that can support intel media driver and after switch for intel media driver it's work. But for older generations switch is not possible, including in Gen7 the bigger problem is:

  vaapi video decoder.cc(1245)] : failed initializing the frame pool
EliasOfWaffle commented 9 months ago

if running good in others drivers, can be a specific for i965 or is a chromium bug?