Bug 242040 - Vorbis decoding no longer works following bug 241339
Summary: Vorbis decoding no longer works following bug 241339
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jean-Yves Avenard [:jya]
URL:
Keywords: InRadar, Regression
Depends on:
Blocks:
 
Reported: 2022-06-27 17:09 PDT by Jean-Yves Avenard [:jya]
Modified: 2022-07-07 06:41 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jean-Yves Avenard [:jya] 2022-06-27 17:09:20 PDT
In https://bugs.webkit.org/show_bug.cgi?id=241339 things were changed to use AudioComponentFetchServerRegistrations with the GPU Process.

This will be okay for all codecs but vorbis as it requires both an entitlement and must be manually loaded.

So following this change, playback of vorbis file is broken
Comment 1 Radar WebKit Bug Importer 2022-06-27 17:09:41 PDT
<rdar://problem/96023176>
Comment 2 Jean-Yves Avenard [:jya] 2022-07-01 01:17:28 PDT
Pull Request: https://github.com/WebKit/WebKit/pull/1983
Comment 3 EWS 2022-07-07 06:41:44 PDT
Committed 252211@main (092367a88f87): <https://commits.webkit.org/252211@main>

Reviewed commits have been landed. Closing PR #1983 and removing active labels.