RESOLVED FIXED 222473
[Cocoa] Register VP9 decoders when PlatformMediaSessionManager is created
https://bugs.webkit.org/show_bug.cgi?id=222473
Summary [Cocoa] Register VP9 decoders when PlatformMediaSessionManager is created
Per Arne Vollan
Reported 2021-02-26 07:57:11 PST
Currently, VP9 decoders are registered when a Web page is created in the WebContent process. Instead, VP9 decoders can be registered when PlatformMediaSessionManager is created, which should be a slight performance improvement, since calls into media frameworks will then not be made unconditionally when creating a Web page, but delayed until required.
Attachments
Patch (9.86 KB, patch)
2021-02-26 08:27 PST, Per Arne Vollan
no flags
Radar WebKit Bug Importer
Comment 1 2021-02-26 07:57:43 PST
Per Arne Vollan
Comment 2 2021-02-26 08:27:03 PST
Per Arne Vollan
Comment 3 2021-02-26 10:17:12 PST
Comment on attachment 421651 [details] Patch Thanks for reviewing!
EWS
Comment 4 2021-02-26 10:24:39 PST
Committed r273564: <https://commits.webkit.org/r273564> All reviewed patches have been landed. Closing bug and clearing flags on attachment 421651 [details].
Note You need to log in before you can comment on or make changes to this bug.