Bug 131316

Summary: [WK2][iOS] Consecutive videos in full screen display only black
Product: WebKit Reporter: Jer Noble <jer.noble>
Component: New BugsAssignee: Jer Noble <jer.noble>
Status: RESOLVED FIXED    
Severity: Normal CC: calvaris, commit-queue, eric.carlson, esprehn+autocc, glenn, gyuyoung.kim, philipj, sergio
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch for landing none

Jer Noble
Reported 2014-04-07 15:18:21 PDT
[WK2][iOS] Consecutive videos in full screen display only black
Attachments
Patch (2.98 KB, patch)
2014-04-07 15:27 PDT, Jer Noble
no flags
Patch for landing (3.01 KB, patch)
2014-04-07 17:42 PDT, Jer Noble
no flags
Jer Noble
Comment 1 2014-04-07 15:27:08 PDT
Eric Carlson
Comment 2 2014-04-07 16:23:35 PDT
Comment on attachment 228762 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=228762&action=review > Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.mm:537 > + if (m_videoFullscreenLayer) > + [m_videoLayer removeFromSuperlayer]; This needs a #if PLATFORM(IOS) guard.
Jer Noble
Comment 3 2014-04-07 17:42:13 PDT
Created attachment 228783 [details] Patch for landing
Jer Noble
Comment 4 2014-04-08 11:23:24 PDT
Note You need to log in before you can comment on or make changes to this bug.