WebRTC decoded frames are not correctly rotated in case GPU Process DOM rendering flag is set to true
<rdar://problem/89807876>
This happens with ToT WebKit currently. I am not sure what is changing for MediaStreamTrack video renderer in case DOM rendering is turned on.
Created attachment 454123 [details] Patch
Created attachment 454124 [details] Patch
Comment on attachment 454124 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=454124&action=review > Source/WebCore/ChangeLog:9 > + We were creating remove video frames at webrtc decoder level but at that level, we do not know yet the rotation and timestamps of the frame. s/remove/remote/
Created attachment 454196 [details] Patch for landing
Committed r291049 (248223@main): <https://commits.webkit.org/248223@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 454196 [details].