[Webkit-unassigned] [Bug 186971] Paused video improperly inhibits sleep

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 25 09:38:06 PDT 2018


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

Philippe Normand <pnormand at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pnormand at igalia.com
          Component|WebKit Gtk                  |Media Elements
            Summary|[GStreamer] Paused video    |Paused video improperly
                   |improperly inhibits sleep   |inhibits sleep

--- Comment #2 from Philippe Normand <pnormand at igalia.com> ---
The problem is two-fold:

- the visibility of the media element changed but HTMLMediaElement::shouldDisableSleep() returns too early the None result, before checking the m_elementIsHidden variable.

- Even if the m_elementIsHidden test is moved up, a System sleep disabler will be created, but our SleepDisablerGlib doesn't support that type.

-- 
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/20180625/8d6d3040/attachment.html>


More information about the webkit-unassigned mailing list