[Webkit-unassigned] [Bug 230663] New: Have SourceBufferPrivateAVJObjC use WorkQueue instead of dispatch_async

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 22 20:07:48 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=230663

            Bug ID: 230663
           Summary: Have SourceBufferPrivateAVJObjC use WorkQueue instead
                    of dispatch_async
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jean-yves.avenard at apple.com

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210923/3bbe044c/attachment.htm>


More information about the webkit-unassigned mailing list