Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: af4439195915da841086e0c078fcb63bfcaf16a3
https://github.com/WebKit/WebKit/commit/af4439195915da841086e0c078fcb63bfcaf16a3
Author: Philippe Normand <[email protected]>
Date: 2026-02-05 (Thu, 05 Feb 2026)
Changed paths:
M Source/WebCore/platform/graphics/gstreamer/VideoEncoderGStreamer.cpp
M Source/WebCore/platform/gstreamer/GStreamerElementHarness.cpp
M Source/WebCore/platform/gstreamer/GStreamerElementHarness.h
Log Message:
-----------
[GStreamer] Support for rotation and mirroring in internal WebCodecs encoder
https://bugs.webkit.org/show_bug.cgi?id=306943
Reviewed by Xabier Rodriguez-Calvar.
The rotation and flip properties of the video frame are now translated to a
GStreamer tag event
pushed to the encoder bin which now includes the GStreamer autovideoflip
element to handle the tag
before actual encoding.
* Source/WebCore/platform/graphics/gstreamer/VideoEncoderGStreamer.cpp:
(WebCore::GStreamerInternalVideoEncoder::initialize):
(WebCore::GStreamerInternalVideoEncoder::encode):
* Source/WebCore/platform/gstreamer/GStreamerElementHarness.cpp:
(WebCore::GStreamerElementHarness::storeStickyEvent):
* Source/WebCore/platform/gstreamer/GStreamerElementHarness.h:
Canonical link: https://commits.webkit.org/306892@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications