[Webkit-unassigned] [Bug 201307] New: [MSE][GStreamer] Replaying the video should update currentTime

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 29 12:31:47 PDT 2019


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

            Bug ID: 201307
           Summary: [MSE][GStreamer] Replaying the video should update
                    currentTime
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aboya at igalia.com
                CC: bugs-noreply at webkitgtk.org

While writing a test to confirm that https://bugs.webkit.org/show_bug.cgi?id=190050
has indeed been fixed I noticed a non-conformity: when the video has
ended, right after calling .play() for a second playback currentTime
did not return zero, but the video duration.

This turned to be due to the m_isEndReached flag not being reseted on
seeks (replaying a video incurs in a seek done from multi-platform
code).

-- 
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/20190829/7683a36d/attachment.html>


More information about the webkit-unassigned mailing list