Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: a14305e8fd8388cab3f61a9621672f4a11f34a5b https://github.com/WebKit/WebKit/commit/a14305e8fd8388cab3f61a9621672f4a11f34a5b Author: Philippe Normand <ph...@igalia.com> Date: 2025-09-01 (Mon, 01 Sep 2025)
Changed paths: M Source/WebCore/Modules/mediastream/gstreamer/GStreamerRtpSenderBackend.h Log Message: ----------- [GStreamer][Debug] ASSERT in imported/w3c/web-platform-tests/webrtc/RTCDTMFSender-insertDTMF.https.html https://bugs.webkit.org/show_bug.cgi?id=298166 Reviewed by Xabier Rodriguez-Calvar. * Source/WebCore/Modules/mediastream/gstreamer/GStreamerRtpSenderBackend.h: Use std::holds_alternative() in hasSource(). Visiting the variant for this method was overkill and triggering a bad variant access assertion in mpark. Driving-by, make variant visit callback parameters a bit more explicit to improve readability. Canonical link: https://commits.webkit.org/299385@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