[Webkit-unassigned] [Bug 86235] New: [BlackBerry] Allow the platform media player to determine the media element's paused/playing status

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 11 10:58:33 PDT 2012


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

           Summary: [BlackBerry] Allow the platform media player to
                    determine the media element's paused/playing status
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit BlackBerry
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mfeil at rim.com
                CC: tonikitoo at webkit.org


The platform media player needs to know when the HTMLMediaElement is 
not paused. This is to address problems when switching source element,
which causes the destruction of the old MediaPlayerPrivate object and
construction of a new one. The new one must resume playing ASAP if the 
old one was playing.

This patch makes use of a "layer violation" that occurs frequently
in MediaPlayerPrivateBlackBerry.cpp, namely direct reference to the
HTMLMediaElement object instead of the WebCore MediaPlayer object. I had
no choice because the paused status of the MediaPlayer object does not 
give the correct information. This layer violation along with the others
will be fixed soon under: https://bugs.webkit.org/show_bug.cgi?id=84291

-- 
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