re-enable VAAPI selectively

This commit is contained in:
Alexander Frick 2023-08-14 06:20:55 -05:00
parent 45f9b13d5a
commit ac29dfbdf5
1 changed files with 3 additions and 5 deletions

View File

@ -722,18 +722,16 @@ BASE_FEATURE(kVaapiVideoDecodeLinux,
"VaapiVideoDecoder",
base::FEATURE_ENABLED_BY_DEFAULT);
// Temporary fix TODO: Alex313031
BASE_FEATURE(kVaapiVideoDecodeLinuxGL,
"VaapiVideoDecodeLinuxGL",
base::FEATURE_DISABLED_BY_DEFAULT);
base::FEATURE_ENABLED_BY_DEFAULT);
// Temporary fix TODO: Alex313031
BASE_FEATURE(kVaapiVideoEncodeLinux,
"VaapiVideoEncoder",
base::FEATURE_DISABLED_BY_DEFAULT);
base::FEATURE_ENABLED_BY_DEFAULT);
// Ignore the non-intel driver blacklist for VaapiVideoDecoder implementations.
// Intended for manual usage only in order to gague the status of newer driver
// Intended for manual usage only in order to gauge the status of newer driver
// implementations.
BASE_FEATURE(kVaapiIgnoreDriverChecks,
"VaapiIgnoreDriverChecks",