Control: forwarded -1 https://issues.chromium.org/issues/331796411 Control: tags -1 upstream fixed-upstream
Hi! On Sun, 2024-07-28 at 09:51:09 -0700, Daniel Kahn Gillmor wrote: > Package: chromium > Version: 126.0.6478.126-1~deb13u1 > Severity: normal > When i use chromium to watch a video, using sway and wayland (no X11 or > XWayland on this system), i get very noisy messages to stderr, > apparently about one message per frame of video. > In particular, i see a line like this appear roughly once per frame: > > ``` > [635461:635515:0728/122929.891862:ERROR:gbm_pixmap_wayland.cc(82)] Cannot > create bo with format= YUV_420_BIPLANAR and usage=SCANOUT_CPU_READ_WRITE > ``` This was reported upstream, and seems to have been fixed a few days ago with the following patch, which is not part of any release yet: https://chromium-review.googlesource.com/c/chromium/src/+/5873796 As a temporary workaround adding the following option works for me: --disable-gpu-memory-buffer-video-frames I guess the options are to either backport that patch, wait for a release with the fix to happen or temporarily add the above option in the package conffile? Thanks, Guillem