Bug 230663

Summary: Have SourceBufferPrivateAVJObjC use WorkQueue instead of dispatch_async
Product: WebKit Reporter: Jean-Yves Avenard [:jya] <jean-yves.avenard>
Component: MediaAssignee: Jean-Yves Avenard [:jya] <jean-yves.avenard>
Status: RESOLVED DUPLICATE    
Severity: Normal    
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=230662

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 ***