Branch: refs/heads/webkitglib/2.52
Home: https://github.com/WebKit/WebKit
Commit: be78e7b4ae7db197b8a1af20337721e3609b56ba
https://github.com/WebKit/WebKit/commit/be78e7b4ae7db197b8a1af20337721e3609b56ba
Author: Philippe Normand <[email protected]>
Date: 2026-02-07 (Sat, 07 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:
-----------
Cherry-pick 306892@main (af4439195915).
https://bugs.webkit.org/show_bug.cgi?id=306943
[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
Canonical link: https://commits.webkit.org/305877.62@webkitglib/2.52
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications