Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 0894e1f17293001ef1c06bf569b9be49a8d58d03 https://github.com/WebKit/WebKit/commit/0894e1f17293001ef1c06bf569b9be49a8d58d03 Author: Philippe Normand <ph...@igalia.com> Date: 2025-06-03 (Tue, 03 Jun 2025)
Changed paths: M LayoutTests/platform/glib/TestExpectations M LayoutTests/platform/glib/fast/mediastream/RTCPeerConnection-inspect-answer-expected.txt M Source/WebCore/Modules/mediastream/gstreamer/GStreamerMediaEndpoint.cpp M Source/WebCore/Modules/mediastream/gstreamer/GStreamerRtpSenderBackend.cpp M Source/WebCore/Modules/mediastream/gstreamer/GStreamerRtpSenderBackend.h M Source/WebCore/Modules/mediastream/gstreamer/GStreamerRtpTransceiverBackend.cpp M Source/WebCore/Modules/mediastream/gstreamer/GStreamerWebRTCUtils.cpp M Source/WebCore/platform/graphics/gstreamer/GStreamerRegistryScanner.cpp M Source/WebCore/platform/mediastream/gstreamer/GStreamerDTMFSenderBackend.cpp M Source/WebCore/platform/mediastream/gstreamer/GStreamerDTMFSenderBackend.h M Source/WebCore/platform/mediastream/gstreamer/RealtimeOutgoingAudioSourceGStreamer.cpp M Source/WebCore/platform/mediastream/gstreamer/RealtimeOutgoingAudioSourceGStreamer.h M Source/WebCore/platform/mediastream/gstreamer/RealtimeOutgoingMediaSourceGStreamer.h Log Message: ----------- [GStreamer][WebRTC] DTMF support https://bugs.webkit.org/show_bug.cgi?id=293551 Reviewed by Xabier Rodriguez-Calvar. Our outgoing audio source now includes a dtmf source that can be controlled using the GStreamerDTMFSenderBackend. Local audio playback of DTMF is handled using a new pipeline, within the sender backend. When receiving DTMF payloads, webrtcbin currently rejects those buffers, due to: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/4458 This isn't a critical issue though because the spec doesn't mandate actual decoding of DTMF payloads. Canonical link: https://commits.webkit.org/295749@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