[Cocoa] Make AVSampleBufferVideoOutput support an Experimental Feature
Created attachment 438507 [details] Patch
Created attachment 438514 [details] Patch
Created attachment 438516 [details] Patch
<rdar://problem/83258211>
Created attachment 438624 [details] Patch
Comment on attachment 438624 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=438624&action=review > Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaSourceAVFObjC.mm:920 > + return MediaSessionManagerCocoa::mediaSourceInlinePaintingEnabled() && PAL::getAVSampleBufferVideoOutputClass; Shouldn't this be `PAL::getAVSampleBufferVideoOutputClass()`?
(In reply to Eric Carlson from comment #6) > Comment on attachment 438624 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=438624&action=review > > > Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaSourceAVFObjC.mm:920 > > + return MediaSessionManagerCocoa::mediaSourceInlinePaintingEnabled() && PAL::getAVSampleBufferVideoOutputClass; > > Shouldn't this be `PAL::getAVSampleBufferVideoOutputClass()`? Oof. Yes it should be.
Created attachment 438684 [details] Patch for landing
Committed r282752 (241889@main): <https://commits.webkit.org/241889@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 438684 [details].