Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: f82cde0e26ab2d90fcb425c7725f938edf9b9f74 https://github.com/WebKit/WebKit/commit/f82cde0e26ab2d90fcb425c7725f938edf9b9f74 Author: Philippe Normand <ph...@igalia.com> Date: 2023-04-19 (Wed, 19 Apr 2023)
Changed paths: M Source/WebCore/Modules/mediastream/RTCPeerConnection.h M Source/WebCore/Modules/mediastream/gstreamer/GStreamerMediaEndpoint.cpp M Source/WebCore/Modules/mediastream/gstreamer/GStreamerMediaEndpoint.h Log Message: ----------- [GStreamer][WebRTC] Relay webrtcbin signaling-state changes to the RTCPeerConnection https://bugs.webkit.org/show_bug.cgi?id=255608 Reviewed by Xabier Rodriguez-Calvar. Since webrtcbin keeps track of its signaling state it's good to let our RTCPeerConnection state get synchronized accordingly. * Source/WebCore/Modules/mediastream/RTCPeerConnection.h: * Source/WebCore/Modules/mediastream/gstreamer/GStreamerMediaEndpoint.cpp: (WebCore::GStreamerMediaEndpoint::initializePipeline): (WebCore::GStreamerMediaEndpoint::onSignalingStateChange): * Source/WebCore/Modules/mediastream/gstreamer/GStreamerMediaEndpoint.h: Canonical link: https://commits.webkit.org/263128@main _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes