Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 03f3bcfde14695c5c09c5c5ff7db4df970735962
https://github.com/WebKit/WebKit/commit/03f3bcfde14695c5c09c5c5ff7db4df970735962
Author: Cristina Murillo <[email protected]>
Date: 2025-11-20 (Thu, 20 Nov 2025)
Changed paths:
M Source/WebCore/Modules/mediastream/gstreamer/GStreamerMediaEndpoint.cpp
M
Source/WebCore/Modules/mediastream/gstreamer/GStreamerPeerConnectionBackend.cpp
M
Source/WebCore/Modules/mediastream/gstreamer/GStreamerPeerConnectionBackend.h
M
Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCPeerConnectionBackend.cpp
M
Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCPeerConnectionBackend.h
Log Message:
-----------
[GStreamer] Return RefPtrs in
GStreamerPeerConnectionBackend::{newRemote}existingTransceiver()
https://bugs.webkit.org/show_bug.cgi?id=300625
Reviewed by Adrian Perez de Castro.
Change transceiver methods to return Ref/RefPtr instead of raw pointers.
This patch changes the existingTransceiver() function to return
RefPtr<RTCRtpTransceiver> and
newRemoteTransceiver() to return Ref<RTCRtpTransceiver> instead of raw
pointers.
Canonical link: https://commits.webkit.org/303331@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications