[webkit-changes] [WebKit/WebKit] 7bd9c1: Add "streaming" attribute to ManagedMediaSource ob...

Jean-Yves Avenard noreply at github.com
Wed Mar 8 03:42:50 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7bd9c17a7a5a790fc04ca2983033c737257a3927
      https://github.com/WebKit/WebKit/commit/7bd9c17a7a5a790fc04ca2983033c737257a3927
  Author: Jean-Yves Avenard <jya at apple.com>
  Date:   2023-03-08 (Wed, 08 Mar 2023)

  Changed paths:
    M LayoutTests/media/media-source/media-managedmse-streaming-expected.txt
    M LayoutTests/media/media-source/media-managedmse-streaming.html
    M Source/WebCore/Modules/mediasource/ManagedMediaSource.h
    M Source/WebCore/Modules/mediasource/ManagedMediaSource.idl

  Log Message:
  -----------
  Add "streaming" attribute to ManagedMediaSource object
https://bugs.webkit.org/show_bug.cgi?id=253474
rdar://106332050

Reviewed by Jer Noble.

Similar to the "updating" attribute found on SourceBuffer with the `update`
and `updateend` event ; we have a `streaming` attribute paired with the
`startstreaming` and `endstreaming` events.

* LayoutTests/media/media-source/media-managedmse-streaming-expected.txt:
* LayoutTests/media/media-source/media-managedmse-streaming.html:
* Source/WebCore/Modules/mediasource/ManagedMediaSource.h:
* Source/WebCore/Modules/mediasource/ManagedMediaSource.idl:

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




More information about the webkit-changes mailing list