WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
284700
Stop using CMSampleBuffer in MediaRecorderPrivateWriter
https://bugs.webkit.org/show_bug.cgi?id=284700
Summary
Stop using CMSampleBuffer in MediaRecorderPrivateWriter
Jean-Yves Avenard [:jya]
Reported
2024-12-14 17:13:30 PST
In preparation of moving the MediaRecorderPrivateWriter in the GPU process so that we can use the AVAssetWriter (which the web process sandbox prevents from running); we need to move data types that can be serialised over IPC. CMSampleBuffer and CMFormatDescription can't be serialised, they are too complex and obfuscated. We should be using MediaSamplesBlock and TrackInfo objects which are platform-agnostic and "easily" serialisable.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-12-14 17:13:39 PST
<
rdar://problem/141498525
>
Jean-Yves Avenard [:jya]
Comment 2
2024-12-15 00:50:57 PST
Pull request:
https://github.com/WebKit/WebKit/pull/37983
youenn fablet
Comment 3
2024-12-16 05:57:38 PST
Pull request:
https://github.com/WebKit/WebKit/pull/38011
EWS
Comment 4
2024-12-18 01:08:21 PST
Committed
287994@main
(14becf89d9ce): <
https://commits.webkit.org/287994@main
> Reviewed commits have been landed. Closing PR #38011 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