[Webkit-unassigned] [Bug 208342] New: Refactor the interface in media element and media player to enter/exit video fullscreen and picture-in-picture

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 27 14:25:53 PST 2020


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

            Bug ID: 208342
           Summary: Refactor the interface in media element and media
                    player to enter/exit video fullscreen and
                    picture-in-picture
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: peng.liu6 at apple.com

Currently, we use setVideoFullscreenLayer(PlatformLayer* platformLayer, WTF::Function<void()>&& completionHandler) in media element and media player to enter and exit video fullscreen/picture-in-picture. When the platformLayer is valid, we will enter fullscreen/picture-in-picture. When it is a NULL pointer, we will exit fullscreen/picture-in-picture. We had better add some new interfaces to implement that.

-- 
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/20200227/3505a085/attachment.htm>


More information about the webkit-unassigned mailing list