Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 4b3a7f836f5a7280741561df02e74908690dd703 https://github.com/WebKit/WebKit/commit/4b3a7f836f5a7280741561df02e74908690dd703 Author: Philippe Normand <ph...@igalia.com> Date: 2024-11-21 (Thu, 21 Nov 2024)
Changed paths: M Source/WebCore/platform/graphics/gstreamer/TrackPrivateBaseGStreamer.cpp M Source/WebCore/platform/mediastream/gstreamer/GStreamerMediaStreamSource.cpp Log Message: ----------- [GStreamer][WebRTC] Canvas to PeerConnection produces flipped video frames on receiving side https://bugs.webkit.org/show_bug.cgi?id=283414 Reviewed by Xabier Rodriguez-Calvar. The issue was that the pad probe in the mediastreamsrc element was pushing a tag event without orientation information, after the video frame observer notified its first frame (with video rotation), so a tag event with rotation was pushed from the videoFrameAvailable callback and then another one without video rotation info was pushed from the pad probe. * Source/WebCore/platform/mediastream/gstreamer/GStreamerMediaStreamSource.cpp: (webkitMediaStreamSrcPadProbeCb): (webkitMediaStreamSrcAddTrack): Canonical link: https://commits.webkit.org/286896@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes