Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: ca4d91deef7a401ca816cf17e27d1aa08000045c https://github.com/WebKit/WebKit/commit/ca4d91deef7a401ca816cf17e27d1aa08000045c Author: Philippe Normand <ph...@igalia.com> Date: 2025-09-11 (Thu, 11 Sep 2025)
Changed paths: M Source/WebCore/Modules/mediastream/PeerConnectionBackend.h M Source/WebCore/Modules/mediastream/RTCPeerConnection.cpp M Source/WebCore/Modules/mediastream/gstreamer/GStreamerMediaEndpoint.cpp M Source/WebCore/Modules/mediastream/gstreamer/GStreamerMediaEndpoint.h M Source/WebCore/Modules/mediastream/gstreamer/GStreamerPeerConnectionBackend.cpp M Source/WebCore/Modules/mediastream/gstreamer/GStreamerPeerConnectionBackend.h Log Message: ----------- [GStreamer][WebRTC] Support for new webrtcbin close action signal https://bugs.webkit.org/show_bug.cgi?id=298593 Reviewed by Xabier Rodriguez-Calvar. GStreamer 1.28 will ship with a new close signal for webrtcbin, added in: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9379 Make use of that signal if we are building a recent enough GStreamer version. * Source/WebCore/Modules/mediastream/PeerConnectionBackend.h: * Source/WebCore/Modules/mediastream/RTCPeerConnection.cpp: (WebCore::RTCPeerConnection::doClose): * Source/WebCore/Modules/mediastream/gstreamer/GStreamerMediaEndpoint.cpp: (WebCore::GStreamerMediaEndpoint::prepareForClose): (WebCore::GStreamerMediaEndpoint::close): * Source/WebCore/Modules/mediastream/gstreamer/GStreamerMediaEndpoint.h: * Source/WebCore/Modules/mediastream/gstreamer/GStreamerPeerConnectionBackend.cpp: (WebCore::GStreamerPeerConnectionBackend::prepareForClose): * Source/WebCore/Modules/mediastream/gstreamer/GStreamerPeerConnectionBackend.h: Canonical link: https://commits.webkit.org/299847@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes