[Webkit-unassigned] [Bug 38689] New: #34005 will break fullscreen video playback

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 6 14:18:12 PDT 2010


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

           Summary: #34005 will break fullscreen video playback
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://vimeo.com/7352118
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jer.noble at apple.com


The changes for bug https://bugs.webkit.org/show_bug.cgi?id=34005 will cause
fullscreen support for video playback on windows to either a) not work or b)
crash.  This is because FullscreenVideoController reinterpret_casts the current
PlatformMedia returned by MediaPlayer to the incorrect type, and methods called
on that pointer fail.

The fix is to rewrite the PlatformMedia struct so that it indicates which type
is correct, and to have the FullscreenVideoController check that type before
calling functions on the returned pointer.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list