WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
281366
AudioSampleBufferCompressor and VideoSampleBufferCompressor's flush should be asynchronous.
https://bugs.webkit.org/show_bug.cgi?id=281366
Summary
AudioSampleBufferCompressor and VideoSampleBufferCompressor's flush should be...
Jean-Yves Avenard [:jya]
Reported
2024-10-11 23:24:55 PDT
Right now they do a sync dispatch blocking the main thread while the encoders are being flushed finishing the compression of remaining samples.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-10-11 23:25:10 PDT
<
rdar://problem/137794013
>
Jean-Yves Avenard [:jya]
Comment 2
2024-10-11 23:26:33 PDT
[1]
https://searchfox.org/wubkat/rev/e17ffe7b5bd3105bdd72617c07655ee4f2d0fdd4/Source/WebCore/platform/mediarecorder/cocoa/AudioSampleBufferCompressor.mm#96-106
[2]
https://searchfox.org/wubkat/rev/e17ffe7b5bd3105bdd72617c07655ee4f2d0fdd4/Source/WebCore/platform/mediarecorder/cocoa/VideoSampleBufferCompressor.mm#101-113
Jean-Yves Avenard [:jya]
Comment 3
2024-10-11 23:33:29 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/35097
EWS
Comment 4
2024-10-14 16:29:31 PDT
Committed
285158@main
(6128cbd4d240): <
https://commits.webkit.org/285158@main
> Reviewed commits have been landed. Closing PR #35097 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug