Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 02b37efd8fec0fe9b6751493a4b9c5b5f0697308
      
https://github.com/WebKit/WebKit/commit/02b37efd8fec0fe9b6751493a4b9c5b5f0697308
  Author: Philippe Normand <ph...@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


_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to