[Webkit-unassigned] [Bug 256123] [GStreamer] Constant CPU usage on autoplaying videos, even when out of viewport

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 29 10:43:11 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=256123

--- Comment #8 from Philippe Normand <philn at igalia.com> ---
Likely related, MediaPlayerPrivate methods we should(?) override:


    virtual void setPageIsVisible(bool) = 0;
    virtual void setVisibleForCanvas(bool visible) { setPageIsVisible(visible); }
    virtual void setVisibleInViewport(bool) { }

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230429/2bde5bcd/attachment.htm>


More information about the webkit-unassigned mailing list