RESOLVED FIXED 281107
AudioSampleBufferCompressor and VideoSampleBufferCompressor are using sync dispatch
https://bugs.webkit.org/show_bug.cgi?id=281107
Summary AudioSampleBufferCompressor and VideoSampleBufferCompressor are using sync di...
Jean-Yves Avenard [:jya]
Reported 2024-10-08 20:05:33 PDT
Whenever the audio and video compressors are enqueuing a frame, they do a sync dispatch to their respective task queue. This is inefficient and unnecessarily block the main thread.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-10-08 20:06:07 PDT
Jean-Yves Avenard [:jya]
Comment 3 2024-10-09 01:15:15 PDT
EWS
Comment 4 2024-10-09 14:28:51 PDT
Committed 284926@main (f40822a656dc): <https://commits.webkit.org/284926@main> Reviewed commits have been landed. Closing PR #34899 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.