Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3e4b76f62c88735ebc8a56b6f062e16089e0e423
https://github.com/WebKit/WebKit/commit/3e4b76f62c88735ebc8a56b6f062e16089e0e423
Author: Philippe Normand <[email protected]>
Date: 2026-09-10 (Thu, 10 Sep 2026)
Changed paths:
M LayoutTests/platform/gtk/TestExpectations
M LayoutTests/platform/wpe/TestExpectations
M
Source/WebCore/platform/mediastream/gstreamer/GStreamerMediaStreamSource.cpp
Log Message:
-----------
[GStreamer] webrtc/disable-encryption.html crashes
https://bugs.webkit.org/show_bug.cgi?id=320649
Reviewed by Xabier Rodriguez-Calvar.
The webkitMediaStreamSrcCleanup function has to run from the main thread and it
was the case
everywhere excepted when the element is replaced (thus disposed) from a
non-main thread by playbin3,
when we send a new collection event from the element pad probe.
* LayoutTests/platform/wpe/TestExpectations:
* Source/WebCore/platform/mediastream/gstreamer/GStreamerMediaStreamSource.cpp:
(webkitMediaStreamSrcDispose):
Canonical link: https://commits.webkit.org/320809@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications