[webkit-changes] [WebKit/WebKit] 96a00f: media-source-current-time.html tests and media-sou...

Jean-Yves Avenard noreply at github.com
Sun Sep 8 01:14:18 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 96a00f891524e584f68ec681809c68bcaf299802
      https://github.com/WebKit/WebKit/commit/96a00f891524e584f68ec681809c68bcaf299802
  Author: Jean-Yves Avenard <jya at apple.com>
  Date:   2024-09-08 (Sun, 08 Sep 2024)

  Changed paths:
    M Source/WebCore/platform/graphics/MediaSourcePrivate.cpp

  Log Message:
  -----------
  media-source-current-time.html tests and media-source-stalled-holds-sleep-assertion.html are crashing on WK1
https://bugs.webkit.org/show_bug.cgi?id=279269
rdar://135421843

Reviewed by Chris Dumez.

MediaSourcePrivate::hasAudio() can be called on the GC thread. When this
happens m_dispatcher (either main or worker thread) is suspended.

* Source/WebCore/platform/graphics/MediaSourcePrivate.cpp:
(WebCore::MediaSourcePrivate::hasAudio const):

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list