Bug 1619523 [Linux] Remove Wayland check at gfxPlatformGtk::UseHardwareVideoDecoding(), make VA-API decoding possible on X11 r=jhorak

Differential Revision: https://phabricator.services.mozilla.com/D82174
This commit is contained in:
Martin Stransky 2020-07-03 11:27:56 +00:00
Родитель a14447a33a
Коммит 276e0a676b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -732,7 +732,7 @@ bool gfxPlatformGtk::UseDMABufVideoTextures() {
StaticPrefs::media_ffmpeg_vaapi_enabled());
}
bool gfxPlatformGtk::UseHardwareVideoDecoding() {
return IsWaylandDisplay() && gfxPlatform::CanUseHardwareVideoDecoding() &&
return gfxPlatform::CanUseHardwareVideoDecoding() &&
StaticPrefs::media_ffmpeg_vaapi_enabled();
}
bool gfxPlatformGtk::UseDRMVAAPIDisplay() {