Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 80245993fa5ad38a289984f5a377c78384fcaae7
https://github.com/WebKit/WebKit/commit/80245993fa5ad38a289984f5a377c78384fcaae7
Author: Olivier Blin <[email protected]>
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@main)
* Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCMediaEndpoint.cpp:
(WebCore::LibWebRTCMediaEndpoint::createStatsCollector):
- Do not move rtcReport to avoid const qualified error (introduced in
287147@main)
*
Source/WebCore/platform/mediastream/libwebrtc/gstreamer/GStreamerVideoEncoderFactory.cpp:
(WebCore::GStreamerVideoEncoder::makeElement):
- Use ASCIILiteral to avoid error from missing span(const gchar*) (from
279038@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
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes