[Bug 24934] invalid definition for the “seekable” attribute when MediaStream is set to srcObject. When seekable.length is “0”, seekable.start(0) and seekable.end(0) should not return currentTime.

https://www.w3.org/Bugs/Public/show_bug.cgi?id=24934

Harald Alvestrand <harald@alvestrand.no> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |harald@alvestrand.no
           Assignee|public-media-capture@w3.org |adam.bergkvist@ericsson.com

--- Comment #1 from Harald Alvestrand <harald@alvestrand.no> ---
seekable.start() is invalid without an argument, so this solution is right.

We can even delete all mention of seekable.start() and seekable.end().

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

Received on Wednesday, 14 May 2014 13:54:22 UTC