Bug 222473 - [Cocoa] Register VP9 decoders when PlatformMediaSessionManager is created
Summary: [Cocoa] Register VP9 decoders when PlatformMediaSessionManager is created
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Per Arne Vollan
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-02-26 07:57 PST by Per Arne Vollan
Modified: 2021-05-19 05:25 PDT (History)
9 users (show)

See Also:


Attachments
Patch (9.86 KB, patch)
2021-02-26 08:27 PST, Per Arne Vollan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Per Arne Vollan 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.
Comment 1 Radar WebKit Bug Importer 2021-02-26 07:57:43 PST
<rdar://problem/74790242>
Comment 2 Per Arne Vollan 2021-02-26 08:27:03 PST
Created attachment 421651 [details]
Patch
Comment 3 Per Arne Vollan 2021-02-26 10:17:12 PST
Comment on attachment 421651 [details]
Patch

Thanks for reviewing!
Comment 4 EWS 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].