Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c91567ff0ca73ff694322b3db2e6d9c7257b6292
https://github.com/WebKit/WebKit/commit/c91567ff0ca73ff694322b3db2e6d9c7257b6292
Author: Philippe Normand <[email protected]>
Date: 2025-05-08 (Thu, 08 May 2025)
Changed paths:
M Source/WebCore/Modules/mediastream/gstreamer/GStreamerMediaEndpoint.cpp
M Source/WebCore/Modules/mediastream/gstreamer/GStreamerStatsCollector.cpp
Log Message:
-----------
[GStreamer][WebRTC] Flaky assert in webrtc/audio-muted-stats.html
https://bugs.webkit.org/show_bug.cgi?id=292656
Reviewed by Xabier Rodriguez-Calvar.
Make sure GStreamerStatsCollector::invalidateCache() is always called from the
main thread because
the RTCStatsReport RefPtrs are not threadsafe.
GStreamerMediaEndpoint::onIceCandidate() is
initially called from the webrtcbin pc thread.
* Source/WebCore/Modules/mediastream/gstreamer/GStreamerMediaEndpoint.cpp:
(WebCore::GStreamerMediaEndpoint::onIceCandidate):
* Source/WebCore/Modules/mediastream/gstreamer/GStreamerStatsCollector.cpp:
(WebCore::GStreamerStatsCollector::invalidateCache):
Canonical link: https://commits.webkit.org/294660@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes