[webkit-changes] [WebKit/WebKit] 99cbb9: [MSE] media/media-source/media-source-fudge-factor...

Jean-Yves Avenard noreply at github.com
Fri Mar 24 06:23:43 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 99cbb993489c885e378a78ee4cf6186268393d4c
      https://github.com/WebKit/WebKit/commit/99cbb993489c885e378a78ee4cf6186268393d4c
  Author: Jean-Yves Avenard <jya at apple.com>
  Date:   2023-03-24 (Fri, 24 Mar 2023)

  Changed paths:
    M LayoutTests/media/media-source/media-source-fudge-factor-expected.txt
    M LayoutTests/media/media-source/media-source-fudge-factor.html

  Log Message:
  -----------
  [MSE] media/media-source/media-source-fudge-factor.html times out
https://bugs.webkit.org/show_bug.cgi?id=254385
rdar://107162814

Reviewed by Jer Noble.

The test assumed that it assumes that the `SourceBuffer.updating` attribute
will be false when `loadedmetadata` or `loadeddata` are fired.
This isn't guaranteed, only once `updateend` has fired would the updating
attribute be false, allowing to append more data again to the sourceBuffer.

* LayoutTests/media/media-source/media-source-fudge-factor-expected.txt:
* LayoutTests/media/media-source/media-source-fudge-factor.html:

Canonical link: https://commits.webkit.org/262069@main




More information about the webkit-changes mailing list