[Webkit-unassigned] [Bug 227940] New: MediaSessionManagerCocoa::ensureCodecsRegistered() isn't thread-safe

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 13 22:10:42 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=227940

            Bug ID: 227940
           Summary: MediaSessionManagerCocoa::ensureCodecsRegistered()
                    isn't thread-safe
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: Regression
          Severity: Normal
          Priority: P2
         Component: Media
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jean-yves.avenard at apple.com
        Depends on: 225910

Apparently, C++11 feature that guarantees that static initialisation be thread-safe is disabled in webkit.

Making the change in bug 225910 wrong.

Should do initialisation in a different manner


Referenced Bugs:

https://bugs.webkit.org/show_bug.cgi?id=225910
[Bug 225910] VP9 detection in Media Capabilities is broken in STP124
-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210714/9501219c/attachment.htm>


More information about the webkit-unassigned mailing list