Branch: refs/heads/webkitglib/2.52
Home: https://github.com/WebKit/WebKit
Commit: 0e539cf54fb8c2201c7431f9f04eb61127801415
https://github.com/WebKit/WebKit/commit/0e539cf54fb8c2201c7431f9f04eb61127801415
Author: Xabier Rodriguez-Calvar <[email protected]>
Date: 2026-02-24 (Tue, 24 Feb 2026)
Changed paths:
M Source/WebCore/Modules/webaudio/MediaStreamAudioSourceGStreamer.cpp
Log Message:
-----------
Cherry-pick 308038@main (cc0a043f95a8).
https://bugs.webkit.org/show_bug.cgi?id=308283
[GStreamer][WebAudio] Fix garbage sound
https://bugs.webkit.org/show_bug.cgi?id=308283
Reviewed by Philippe Normand.
We need to copy the data into a new buffer before pushing it to the
GStreamer thread.
Otherwise, the data may be modified by the web audio thread while we're
still
using it in the GStreamer thread, which can cause garbage sound.
* Source/WebCore/Modules/webaudio/MediaStreamAudioSourceGStreamer.cpp:
(WebCore::MediaStreamAudioSource::consumeAudio):
Canonical link: https://commits.webkit.org/308038@main
Canonical link: https://commits.webkit.org/305877.94@webkitglib/2.52
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications