Branch: refs/heads/webkitglib/2.52
Home: https://github.com/WebKit/WebKit
Commit: 2be44e42ca0bf5022ed1350aeef2fb2d94e75a1c
https://github.com/WebKit/WebKit/commit/2be44e42ca0bf5022ed1350aeef2fb2d94e75a1c
Author: Philippe Normand <[email protected]>
Date: 2026-01-30 (Fri, 30 Jan 2026)
Changed paths:
M Source/WebCore/platform/mediastream/gstreamer/GStreamerVideoCapturer.cpp
Log Message:
-----------
Cherry-pick 306406@main (af19876cb4c2).
https://bugs.webkit.org/show_bug.cgi?id=306440
[GStreamer][MediaStream] Caps negotiation failure during getDisplayMedia
call
https://bugs.webkit.org/show_bug.cgi?id=306440
Reviewed by Xabier Rodriguez-Calvar.
The capturer caps were reset to un-fixed caps, leading to a negotiation
error with pipewiresrc.
There is no need to do that, the existing m_caps already represents the
format supplied by PipeWire.
Driving-by, fixing a potential issue due to reuse of the sinkPad variable
in the decodebin pad-added
handler.
* Source/WebCore/platform/mediastream/gstreamer/GStreamerVideoCapturer.cpp:
(WebCore::GStreamerVideoCapturer::createConverter):
Canonical link: https://commits.webkit.org/306406@main
Canonical link: https://commits.webkit.org/305877.34@webkitglib/2.52
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications