RESOLVED FIXED 131316
[WK2][iOS] Consecutive videos in full screen display only black
https://bugs.webkit.org/show_bug.cgi?id=131316
Summary [WK2][iOS] Consecutive videos in full screen display only black
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.