- From: wolenetz via GitHub <sysbot+gh@w3.org>
- Date: Fri, 16 Sep 2016 22:25:00 +0000
- To: public-html-media@w3.org
wolenetz has just created a new issue for https://github.com/w3c/media-source: == Incorrect reference to "highest end time" in a non-normative note == Current text: > If the readyState attribute is "ended" and the new playback position is within a TimeRange currently in HTMLMediaElement.buffered, then the seek operation must continue to completion here even if one or more currently selected or enabled track buffers has a highest end timestamp less than new playback position. This condition should only occur due to logic in buffered when readyState is "ended". "highest end timestamp" links to the track buffer definition, which is specifically used in the coded frame processing algorithm and is relevant only to the **currently in-process coded frame group**, not the entire track buffer. The quoted non-normative note, however, really means to reference the "largest range end timestamp". I believe this is a simple change and I'll produce a PR shortly to fix it. Please view or discuss this issue at https://github.com/w3c/media-source/issues/163 using your GitHub account
Received on Friday, 16 September 2016 22:25:09 UTC