Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: af19876cb4c2c56787595f7494725beb07485bad
https://github.com/WebKit/WebKit/commit/af19876cb4c2c56787595f7494725beb07485bad
Author: Philippe Normand <[email protected]>
Date: 2026-01-29 (Thu, 29 Jan 2026)
Changed paths:
M Source/WebCore/platform/mediastream/gstreamer/GStreamerVideoCapturer.cpp
Log Message:
-----------
[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
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications