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: | Media | Assignee: | 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
<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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Gavin Barraclough
Hmmm, looking for a more appropriate component, since the code for this won't lie in JSC. Guessing media elements?
Eric Carlson
This was fixed in r48267