[Webkit-unassigned] [Bug 179690] [MSE] Use correct range end checks in sourceBufferPrivateDidReceiveSample()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 14 14:02:38 PST 2017


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

--- Comment #2 from Jer Noble <jer.noble at apple.com> ---
Thanks for writing these tests. But I'm curious what the behavior of this change is when faced with appends like:

// PTS, duration
[0, 2]
[2, 2]
[1, 2]

I would argue that the correct results would be:

buffered.length == 1
buffered.start(0) == 1
buffered.end(0) == 3

I'm not sure what this patch's results would be, as it stands.

-- 
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/20171114/6296f947/attachment.html>


More information about the webkit-unassigned mailing list