Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 71f7685208779e2c1f3a85693c51ff5acbadbdad
https://github.com/WebKit/WebKit/commit/71f7685208779e2c1f3a85693c51ff5acbadbdad
Author: Philippe Normand <[email protected]>
Date: 2026-05-25 (Mon, 25 May 2026)
Changed paths:
M Source/WebCore/Modules/mediastream/gstreamer/GStreamerIceAgent.h
Log Message:
-----------
[GStreamer] Several tests crash with assertions enabled due to deref'ing
WebCore::RiceBackendClient from the wrong thread
https://bugs.webkit.org/show_bug.cgi?id=313410
Reviewed by Xabier Rodriguez-Calvar.
The GStreamer ICE agent can be finalized from a non-main thread, when the
pipeline it belongs to was
in an ASYNC state change while it was destructed. The only non-threadsafe smart
pointer in
_WebKitGstIceAgentPrivate was the RiceBackendClient, so make it so in order to
prevent
false-positive asserts at runtime.
* Source/WebCore/Modules/mediastream/gstreamer/GStreamerIceAgent.h:
Canonical link: https://commits.webkit.org/313827@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications