Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e6516c9e365639225144aea62a864e29c2e53456
https://github.com/WebKit/WebKit/commit/e6516c9e365639225144aea62a864e29c2e53456
Author: Philippe Normand <[email protected]>
Date: 2026-01-26 (Mon, 26 Jan 2026)
Changed paths:
M
Source/WebCore/Modules/mediastream/gstreamer/GStreamerDataChannelHandler.cpp
M Source/WebCore/Modules/mediastream/gstreamer/GStreamerIceAgent.cpp
M Source/WebCore/Modules/mediastream/gstreamer/GStreamerIceAgent.h
M Source/WebCore/Modules/mediastream/gstreamer/GStreamerRtpSenderBackend.cpp
M Source/WebCore/Modules/mediastream/gstreamer/GStreamerWebRTCUtils.h
M Source/WebCore/platform/rice/RiceUtilities.h
M Source/WebKit/NetworkProcess/webrtc/rice/RiceBackend.cpp
M Source/WebKit/NetworkProcess/webrtc/rice/RiceBackend.h
M Source/WebKit/NetworkProcess/webrtc/rice/RiceBackend.messages.in
M Source/WebKit/WebProcess/Network/webrtc/rice/RiceBackendProxy.cpp
M Source/WebKit/WebProcess/Network/webrtc/rice/RiceBackendProxy.h
Log Message:
-----------
[GStreamer][WebRTC][Rice] Sockets TOS configuration support
https://bugs.webkit.org/show_bug.cgi?id=306204
Reviewed by Xabier Rodriguez-Calvar.
The ICE agent is now able to propagate WebRTC packets priority hints down to
the Rice sockets
managed in the NetworkProcess.
* Source/WebCore/Modules/mediastream/gstreamer/GStreamerDataChannelHandler.cpp:
(WebCore::GStreamerDataChannelHandler::fromRTCDataChannelInit):
* Source/WebCore/Modules/mediastream/gstreamer/GStreamerIceAgent.cpp:
(webkitGstWebRTCIceAgentSetTos):
* Source/WebCore/Modules/mediastream/gstreamer/GStreamerIceAgent.h:
* Source/WebCore/Modules/mediastream/gstreamer/GStreamerRtpSenderBackend.cpp:
(WebCore::GStreamerRtpSenderBackend::setParameters):
* Source/WebCore/Modules/mediastream/gstreamer/GStreamerWebRTCUtils.h:
(WebCore::fromRTCPriorityType):
* Source/WebCore/platform/rice/RiceUtilities.h:
* Source/WebKit/NetworkProcess/webrtc/rice/RiceBackend.cpp:
(WebKit::RiceBackend::setSocketTypeOfService):
* Source/WebKit/NetworkProcess/webrtc/rice/RiceBackend.h:
* Source/WebKit/NetworkProcess/webrtc/rice/RiceBackend.messages.in:
* Source/WebKit/WebProcess/Network/webrtc/rice/RiceBackendProxy.cpp:
(WebKit::RiceBackendProxy::setSocketTypeOfService):
* Source/WebKit/WebProcess/Network/webrtc/rice/RiceBackendProxy.h:
Canonical link: https://commits.webkit.org/306196@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications