Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0622ba66c33b24a082fb6a4cf39609f24aeb3050
https://github.com/WebKit/WebKit/commit/0622ba66c33b24a082fb6a4cf39609f24aeb3050
Author: Philippe Normand <[email protected]>
Date: 2026-03-03 (Tue, 03 Mar 2026)
Changed paths:
M
Source/WebCore/platform/mediastream/gstreamer/GStreamerCaptureDeviceManager.cpp
Log Message:
-----------
[GStreamer][1.28] Ensure synchronous initialization of the device monitor
https://bugs.webkit.org/show_bug.cgi?id=308961
Reviewed by Xabier Rodriguez-Calvar.
In GStreamer 1.28 device providers start asynchronously and the monitor posts a
message on the bus
once it has finished starting-up. We need the initial list of devices right
away after starting, so
wait for the message to be posted on the bus before attempting to get the list
of devices.
*
Source/WebCore/platform/mediastream/gstreamer/GStreamerCaptureDeviceManager.cpp:
(WebCore::GStreamerCaptureDeviceManager::refreshCaptureDevices):
Canonical link: https://commits.webkit.org/308531@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications