Remove RemoteVideoSample support from ImageTransferSessionVT
Created attachment 453489 [details] Patch
Created attachment 453490 [details] Patch
Created attachment 453491 [details] Patch
Comment on attachment 453491 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=453491&action=review > Source/WebKit/WebProcess/cocoa/RemoteCaptureSampleManager.cpp:269 > + auto videoFrame = MediaSampleAVFObjC::createImageSample(WTFMove(pixelBuffer), remoteSample.rotation(), remoteSample.mirrored(), remoteSample.time()); As a followup, I think `MediaSampleAVFObjC::createImageSample` is a slightly confusing name. Maybe something like `MediaSampleAVFObjC::createFromPixelBuffer` would be clearer?
Committed r290721 (247968@main): <https://commits.webkit.org/247968@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 453491 [details].
<rdar://problem/89667765>