Bug 49165

Summary: [chromium] WebMediaPlayerImpl::buffered() returns a single TimeRange
Product: WebKit Reporter: Philippe Normand <pnormand>
Component: MediaAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: imasaki, schenney
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   

Description Philippe Normand 2010-11-08 02:23:58 PST
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
Comment 1 imasaki 2011-05-06 10:45:29 PDT
Chromium bug is filed. http://code.google.com/p/chromium/issues/detail?id=81827