[Webkit-unassigned] [Bug 282813] New: Lock is no longer necessary around LibWebRTCVPXInternalVideoDecoder::createPixelBuffer
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Nov 7 21:58:46 PST 2024
https://bugs.webkit.org/show_bug.cgi?id=282813
Bug ID: 282813
Summary: Lock is no longer necessary around
LibWebRTCVPXInternalVideoDecoder::createPixelBuffer
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebRTC
Assignee: webkit-unassigned at lists.webkit.org
Reporter: jean-yves.avenard at apple.com
CC: youennf at gmail.com
In bug 278909 we transitioned WebCodec encode/decode to NativePromise which ensures that the functions only ever run on a given work queue; the racing condition that required the use of a lock to protect a concurrent access to the CVPixelBufferPool is no longer necessary.
--
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/20241108/2f92d040/attachment.htm>
More information about the webkit-unassigned
mailing list