[Webkit-unassigned] [Bug 139139] New: [MSE] Fix not always calling mediaPlayer seek.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 1 11:28:45 PST 2014


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

            Bug ID: 139139
           Summary: [MSE] Fix not always calling mediaPlayer seek.
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media Elements
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: b.gajda at samsung.com

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

unrightfully changed :

-    if (m_mediaSource && m_mediaSource->readyState() != MediaSource::closedKeyword())
+    if (m_mediaSource && m_mediaSource->isClosed())

but the whole sense of this is that if media source is not closed, then it should always call m_player->seek, and so on. (even comment says so)

Second expression should be negated.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141201/735a7c13/attachment-0002.html>


More information about the webkit-unassigned mailing list