[webkit-changes] [WebKit/WebKit] c3d00b: Cherry-pick 284064 at main (02558c78b21c). https://bu...
Philippe Normand
noreply at github.com
Mon Sep 23 05:08:27 PDT 2024
Branch: refs/heads/webkitglib/2.46
Home: https://github.com/WebKit/WebKit
Commit: c3d00b1b2618bf7e54d8ad31238bf68018269b72
https://github.com/WebKit/WebKit/commit/c3d00b1b2618bf7e54d8ad31238bf68018269b72
Author: Philippe Normand <philn at igalia.com>
Date: 2024-09-23 (Mon, 23 Sep 2024)
Changed paths:
M Source/WebCore/Modules/mediastream/gstreamer/GStreamerMediaEndpoint.cpp
M Source/WebCore/Modules/mediastream/gstreamer/GStreamerStatsCollector.cpp
Log Message:
-----------
Cherry-pick 284064 at main (02558c78b21c). https://bugs.webkit.org/show_bug.cgi?id=280119
[GStreamer][WebRTC] ASSERTs due to access to MediaStreamTrackPrivate::source() from webrtcbin pc thread
https://bugs.webkit.org/show_bug.cgi?id=280119
Reviewed by Xabier Rodriguez-Calvar.
The GStreamerMediaEndpoint::preprocessStats was being called from the webrtcbin pc thread, leading
to asserts in MediaStreamTrackPrivate::source(). This method is now called from the main thread.
* Source/WebCore/Modules/mediastream/gstreamer/GStreamerMediaEndpoint.cpp:
(WebCore::GStreamerMediaEndpoint::gatherStatsForLogging):
(WebCore::GStreamerMediaEndpoint::preprocessStats):
* Source/WebCore/Modules/mediastream/gstreamer/GStreamerStatsCollector.cpp:
(WebCore::GStreamerStatsCollector::getStats):
Canonical link: https://commits.webkit.org/284064@main
Canonical link: https://commits.webkit.org/282416.123@webkitglib/2.46
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list