[Webkit-unassigned] [Bug 56837] New: Allow WebMediaPlayerClient to call playbackStatechanged in MediaPlayer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 22 09:28:22 PDT 2011


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

           Summary: Allow WebMediaPlayerClient to call
                    playbackStatechanged in MediaPlayer
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Media Elements
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: qinmin at google.com


Once we start playing a media url in WebMediaPlayerImpl, m_paused in HTMLMediaElement will always set to true, even if the whole stream has been consumed by the pipeline.
This CL allows the WebMediaPlayerClient to inform MediaPlayer that playstate has changed (e.g., pipeline crashed due to some errors and the WebMediaPlayerImpl is in state "paused")

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