Closed
Bug 1638694
Opened 5 years ago
Closed 5 years ago
Tab crashes when widget.wayland-dmabuf-vaapi.enabled is set to true and loads a video
Categories
(Core :: Widget: Gtk, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1619585
People
(Reporter: newbytee, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:76.0) Gecko/20100101 Firefox/76.0
Steps to reproduce:
- Go to about:config and set widget.wayland-dmabuf-vaapi.enabled to true
- Play a video (in my case, this YouTube video: https://youtu.be/JFQhN0Hwo58)
- Observe that the tab crashes
System info:
- GPU: Intel HD 5000
- GPU driver: Mesa 20.0.6
- Linux version: 5.6.11
- Operating system: Fedora 32
Actual results:
Tab crashed
Expected results:
Video should have played like normal
Comment 1•5 years ago
|
||
Bugbug thinks this bug should belong to this component, but please revert this change in case of error.
Component: Untriaged → Widget: Gtk
Product: Firefox → Core
Comment 2•5 years ago
|
||
Support for VAAPI decoding is still in development:
An action by the iHD driver is blocked by the content process sandbox.
bug 1595994 will move VAAPI decoding over to the media process and bug 1619585 comment 17 will add a sandbox exception.
You can either disable the sandbox (security.sandbox.content.level=0) which is insecure or simply start Firefox with this env var:
LIBVA_DRIVER_NAME=i965
.
Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•