Bug 49165
Summary: | [chromium] WebMediaPlayerImpl::buffered() returns a single TimeRange | ||
---|---|---|---|
Product: | WebKit | Reporter: | Philippe Normand <pnormand> |
Component: | Media | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | imasaki, schenney |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 |
Philippe Normand
According to http://src.chromium.org/viewvc/chrome/trunk/src/webkit/glue/webmediaplayer_impl.cc the buffered() method always returns a TimeRange containing only one Range. Depending on the media buffering status and if the user seeked to an unbuffered region of the media, the buffered() method should return multiple range.
See also Bug 45101
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
imasaki
Chromium bug is filed. http://code.google.com/p/chromium/issues/detail?id=81827