Comment 25 for bug 2033433

Revision history for this message
Jianhui Dai (jianhuidai) wrote :

I try the self build Chromium 118.0.5966.0, and run below command for h264 hw decoding.
After 30min playback, the chromium is well.

```shell
./src/out/Default/chrome --ignore-gpu-blocklist --disable-gpu-driver-bug-workaround --use-fake-ui-for-media-stream --vmodule=*/ozone/*=1,*/wayland/*=1,*/vaapi/*=1,*/viz/*=1,*/media/*=1,*/shared_image/*=1 --enable-logging=stderr --v=0 --enable-features=VaapiVideoDecodeLinuxGL,VaapiVideoDecoder,VaapiVideoEncoder,UseChromeOSDirectVideoDecoder --disable-features= --enable-hardware-overlays="" --ozone-platform=x11 --use-gl=angle --use-angle=gl
```