[webkit-changes] [WebKit/WebKit] 802459: [LibWebRTC] Fix Linux, GStreamer and unified build
Olivier Blin
noreply at github.com
Tue Feb 4 01:00:03 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 80245993fa5ad38a289984f5a377c78384fcaae7
https://github.com/WebKit/WebKit/commit/80245993fa5ad38a289984f5a377c78384fcaae7
Author: Olivier Blin <olivier.blin at softathome.com>
Date: 2025-02-04 (Tue, 04 Feb 2025)
Changed paths:
M Source/ThirdParty/libwebrtc/CMakeLists.txt
M Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCMediaEndpoint.cpp
M Source/WebCore/platform/mediastream/libwebrtc/gstreamer/GStreamerVideoEncoderFactory.cpp
M Source/WebKit/WebProcess/Network/webrtc/WebRTCMonitor.cpp
Log Message:
-----------
[LibWebRTC] Fix Linux, GStreamer and unified build
https://bugs.webkit.org/show_bug.cgi?id=286816
Reviewed by Philippe Normand.
* Source/ThirdParty/libwebrtc/CMakeLists.txt:
- Remove test support files requiring gtest headers, not exposed in CMake build
(introduced in libwebrtc M132 update, 287962 at main)
* Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCMediaEndpoint.cpp:
(WebCore::LibWebRTCMediaEndpoint::createStatsCollector):
- Do not move rtcReport to avoid const qualified error (introduced in 287147 at main)
* Source/WebCore/platform/mediastream/libwebrtc/gstreamer/GStreamerVideoEncoderFactory.cpp:
(WebCore::GStreamerVideoEncoder::makeElement):
- Use ASCIILiteral to avoid error from missing span(const gchar*) (from 279038 at main)
* Source/WebKit/WebProcess/Network/webrtc/WebRTCMonitor.cpp:
- Include missing LibWebRTCNetwork.h for ref/deref methods
Canonical link: https://commits.webkit.org/289776@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list