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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 23 07:28:17 PDT 2018


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

Michael Catanzaro <mcatanzaro at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mcatanzaro at igalia.com
            Summary|Paused video inhibits sleep |[GStreamer] Paused video
                   |                            |improperly inhibits sleep

--- Comment #1 from Michael Catanzaro <mcatanzaro at igalia.com> ---
I see at the very top of HTMLMediaElement::shouldDisableSleep:

    if (!m_player || m_player->paused() || loop())
        return SleepType::None;

which should turn off the SleepDisabler. So some debugging will be required to investigate why this code is not working as intended.

-- 
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/20180623/0264ea4a/attachment-0001.html>


More information about the webkit-unassigned mailing list