[Webkit-unassigned] [Bug 229806] New: RemoteVideoSample needs CVPixelBufferRef to be kept alive, but relies on caller to retain it
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Sep 2 07:47:59 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=229806
Bug ID: 229806
Summary: RemoteVideoSample needs CVPixelBufferRef to be kept
alive, but relies on caller to retain it
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: ddkilzer at webkit.org
CC: youennf at gmail.com
RemoteVideoSample needs CVPixelBufferRef to be kept alive, but relies on caller to retain it.
While working on Bug 229661, I discovered that when creating a RemoteVideoSample using a CVPixelBufferRef, the CVPixelBufferRef needs to be kept alive for the duration of the RemoteVideoSample.
if this is not done, then these two tests fail:
webrtc/video-mute.html
webrtc/video-unmute.html
See 229661, Comment #15 for how this was discovered.
<https://bugs.webkit.org/show_bug.cgi?id=229661#c15>
--
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/20210902/881e7343/attachment-0001.htm>
More information about the webkit-unassigned
mailing list