Bug 233955
Summary: | [GTK] Video alpha channel doesn't work | ||
---|---|---|---|
Product: | WebKit | Reporter: | zipdox |
Component: | Media | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | cadubentzen, teodor.atroshenko, webkit-bug-importer |
Priority: | P3 | Keywords: | Gtk, InRadar |
Version: | Other | ||
Hardware: | PC | ||
OS: | Linux |
zipdox
I originally reported this to Epiphany but I was directed here. https://gitlab.gnome.org/GNOME/epiphany/-/issues/1654
The WebM container supports alpha channel video with the VP8 and VP9 codecs, however in Epiphany this doesn't work. Transparent video is shown with a black background instead.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Carlos Bentzen
The issue is with the dma-buf sink. Both the GL and software-compositing sinks render with the alpha channel blending correctly (done in https://commits.webkit.org/238313@main). To not use the dma-buf sink, set WEBKIT_GST_DMABUF_SINK_DISABLED=1.
Fix for dma-buf incoming...
Carlos Bentzen
Pull request: https://github.com/WebKit/WebKit/pull/26598
EWS
Committed 276936@main (aff02c3a8c4f): <https://commits.webkit.org/276936@main>
Reviewed commits have been landed. Closing PR #26598 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/125786839>