[Webkit-unassigned] [Bug 28335] HTML5 media elements do not fire waiting events correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 15 10:21:46 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=28335





--- Comment #6 from Eric Carlson <eric.carlson at apple.com>  2009-08-15 10:21:46 PDT ---
> Changes will also need to be made to the the MediaPlayerQT (and likely other
> ports) to support lowering the ready state to HAVE_METADATA on seek.

This should not require any changes as HTMLMediaElement::seek throws an
exception unless the seek time is within the seekable() ranges. It is the
responsibility of a media engine to report the seekable ranges accurately and
to notify HTMLMediaElement of changes to the ready state, so it is an error if
a media engine allows seeking to an unbuffered time without also lowering the
ready state to HAVE_METADATA. The QuickTime based media engines behave
correctly as far as I know.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list