- From: <bugzilla@jessica.w3.org>
- Date: Tue, 04 Mar 2014 23:01:00 +0000
- To: public-media-capture@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=24934
Bug ID: 24934
Summary: 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.
Product: WebRTC Working Group
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: Media Capture and Streams
Assignee: public-media-capture@w3.org
Reporter: shijuns@microsoft.com
CC: public-media-capture@w3.org
There is an 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.
Propose to change the following in section 6.3
seekable.length MUST return 0.
seekable.start() MUST return currentTime.
seekable.end() MUST return currentTime.
To the following
seekable.length MUST return 0.
seekable.start(0) throws an IndexSizeError exception
seekable.end(0) throws an IndexSizeError exception
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
Received on Tuesday, 4 March 2014 23:01:01 UTC