Bug 42038

Summary: <video>.buffered returns a TimeRanges object with a length of one, regardless of the actual number of loaded ranges.
Product: WebKit Reporter: Ridley Combs <rcombs>
Component: MediaAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough, eric.carlson, jer.noble
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   

Ridley Combs
Reported 2010-07-10 16:51:04 PDT
<video>.buffered should contain an entry for each loaded part of a <video>. Instead, WebKit creates one range from <video>.startTime to the farthest-loaded position, ignoring unloaded segments in between (seeking).
Attachments
Gavin Barraclough
Comment 1 2011-07-18 20:04:32 PDT
Hmmm, looking for a more appropriate component, since the code for this won't lie in JSC. Guessing media elements?
Eric Carlson
Comment 2 2012-03-21 12:30:50 PDT
This was fixed in r48267
Note You need to log in before you can comment on or make changes to this bug.