[webkit-changes] [WebKit/WebKit] 932adf: remotemediaplayermanager::supportsTypeAndCodecs al...

Jean-Yves Avenard noreply at github.com
Thu Mar 23 05:03:00 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 932adf06b6712a6e4bbbb320850f49b30f7aa35a
      https://github.com/WebKit/WebKit/commit/932adf06b6712a6e4bbbb320850f49b30f7aa35a
  Author: Jean-Yves Avenard <jya at apple.com>
  Date:   2023-03-23 (Thu, 23 Mar 2023)

  Changed paths:
    M Source/WebCore/html/HTMLMediaElement.cpp

  Log Message:
  -----------
  remotemediaplayermanager::supportsTypeAndCodecs always returned false for mediaSource in <source> child
https://bugs.webkit.org/show_bug.cgi?id=254321
rdar://107125077

Reviewed by Youenn Fablet.

Code incorrectly assumed that the blob URL was from a MediaStream object.
As URL.createObjectURL() only supports Blob and MediaSource object it's
impossible for the URL to ever reference a MediaStream.

Code exercised in media/media-source/live-rewind-seek-and-evict.html once
bug 225367 lands.

* Source/WebCore/html/HTMLMediaElement.cpp:
(WebCore::HTMLMediaElement::selectNextSourceChild):

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




More information about the webkit-changes mailing list