[webkit-changes] [WebKit/WebKit] 02b37e: [GStreamer][WebRTC] Debug asserts in incoming vide...
Philippe Normand
noreply at github.com
Wed Sep 6 01:25:55 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 02b37efd8fec0fe9b6751493a4b9c5b5f0697308
https://github.com/WebKit/WebKit/commit/02b37efd8fec0fe9b6751493a4b9c5b5f0697308
Author: Philippe Normand <philn at igalia.com>
Date: 2023-09-06 (Wed, 06 Sep 2023)
Changed paths:
M Source/WebCore/platform/mediastream/gstreamer/RealtimeIncomingAudioSourceGStreamer.cpp
M Source/WebCore/platform/mediastream/gstreamer/RealtimeIncomingSourceGStreamer.cpp
M Source/WebCore/platform/mediastream/gstreamer/RealtimeIncomingVideoSourceGStreamer.cpp
Log Message:
-----------
[GStreamer][WebRTC] Debug asserts in incoming video source
https://bugs.webkit.org/show_bug.cgi?id=261145
Reviewed by Xabier Rodriguez-Calvar.
dispatchSample might trigger RealtimeMediaSource::notifySettingsDidChangeObservers() which expects
to run in the main thread.
* Source/WebCore/platform/mediastream/gstreamer/RealtimeIncomingAudioSourceGStreamer.cpp:
(WebCore::RealtimeIncomingAudioSourceGStreamer::dispatchSample):
* Source/WebCore/platform/mediastream/gstreamer/RealtimeIncomingSourceGStreamer.cpp:
(WebCore::RealtimeIncomingSourceGStreamer::registerClient):
* Source/WebCore/platform/mediastream/gstreamer/RealtimeIncomingVideoSourceGStreamer.cpp:
(WebCore::RealtimeIncomingVideoSourceGStreamer::dispatchSample):
Canonical link: https://commits.webkit.org/267665@main
More information about the webkit-changes
mailing list