Add support for rvfc to MediaPlayerPrivateMediaSourceAVFObjC
Created attachment 444378 [details] Patch
Created attachment 444676 [details] Patch
Created attachment 444677 [details] Patch
<rdar://problem/85699161>
Ping review
Committed r286305 (244664@main): <https://commits.webkit.org/244664@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 444677 [details].
Comment on attachment 444677 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=444677&action=review > Source/WebCore/ChangeLog:11 > + We only enable the test if mediaSourceInlinePaintingEnabled is true since canvas painting does not work otherwise. on ports enabling the GPUProcess or on all ports?
Comment on attachment 444677 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=444677&action=review >> Source/WebCore/ChangeLog:11 >> + We only enable the test if mediaSourceInlinePaintingEnabled is true since canvas painting does not work otherwise. > > on ports enabling the GPUProcess or on all ports? On Cocoa ports enabling GPUProcess only. You might want to tweak InternalSettings::mediaSourceInlinePaintingEnabled() or the test itself for GTK/WPE ports once you have rvfc support.
https://bugs.webkit.org/show_bug.cgi?id=233813