Bug 230663 - Have SourceBufferPrivateAVJObjC use WorkQueue instead of dispatch_async
Summary: Have SourceBufferPrivateAVJObjC use WorkQueue instead of dispatch_async
Status: RESOLVED DUPLICATE of bug 230881
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:
Depends on:
Blocks:
 
Reported: 2021-09-22 20:07 PDT by Jean-Yves Avenard [:jya]
Modified: 2021-09-28 05:29 PDT (History)
0 users

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] 2021-09-22 20:07:48 PDT
dispatch_async takes an objective-C block which will do a copy of its argument rather than a move.

As discussed in bug 230662 ; this can be problematic of the object originally moved can't be copied.
Comment 1 Radar WebKit Bug Importer 2021-09-22 20:08:14 PDT
<rdar://problem/83429276>
Comment 2 Jean-Yves Avenard [:jya] 2021-09-28 05:28:14 PDT
incorrectly created a new bug for this one

*** This bug has been marked as a duplicate of bug 230881 ***