Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 572723b91c3c52f89b84098a28053729e9ab39af
https://github.com/WebKit/WebKit/commit/572723b91c3c52f89b84098a28053729e9ab39af
Author: Philippe Normand <[email protected]>
Date: 2026-02-19 (Thu, 19 Feb 2026)
Changed paths:
M Source/WebCore/platform/mediastream/RealtimeMediaSource.cpp
M Source/WebCore/platform/mediastream/RealtimeMediaSource.h
M Source/WebCore/platform/mediastream/RealtimeOutgoingVideoSource.cpp
M Source/WebCore/platform/mediastream/RealtimeOutgoingVideoSource.h
M
Source/WebCore/platform/mediastream/mac/RealtimeOutgoingVideoSourceCocoa.cpp
M Source/WebKit/WebProcess/cocoa/RemoteRealtimeVideoSource.cpp
M Source/WebKit/WebProcess/cocoa/RemoteRealtimeVideoSource.h
Log Message:
-----------
[LibWebRTC] Incorrect video rotation handling for outgoing video sources
https://bugs.webkit.org/show_bug.cgi?id=306945
Reviewed by Adrian Perez de Castro.
Add an accessor in RealtimeMediaSource to know whether the source is applying
video rotation before
encoding or not. The RealtimeOutgoingVideoSource's m_isApplyingRotation value
now mirrors the one
set in its inner RealtimeMediaSource instance. With this patch outgoing video
frames are correctly
rotated when needed on Linux ports enabling LibWebRTC.
Canonical link: https://commits.webkit.org/307819@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications