Bug 49165 - [chromium] WebMediaPlayerImpl::buffered() returns a single TimeRange
Summary: [chromium] WebMediaPlayerImpl::buffered() returns a single TimeRange
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-08 02:23 PST by Philippe Normand
Modified: 2013-04-11 12:53 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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