зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
a14447a33a
Коммит
276e0a676b
|
@ -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() {
|
||||
|
|
Загрузка…
Ссылка в новой задаче