Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 8bbe3af182ad0f135f95d36385501ed0279c565d
https://github.com/WebKit/WebKit/commit/8bbe3af182ad0f135f95d36385501ed0279c565d
Author: Philippe Normand <[email protected]>
Date: 2025-02-10 (Mon, 10 Feb 2025)
Changed paths:
M Source/WebCore/Modules/webaudio/MediaStreamAudioSourceGStreamer.cpp
Log Message:
-----------
[GStreamer][MediaStream] Reduce memory copies in
MediaStreamAudioDestinationNode implementation
https://bugs.webkit.org/show_bug.cgi?id=287330
Reviewed by Xabier Rodriguez-Calvar.
The memory copies are avoided by wrapping each audio channel data in a
GstMemory, keeping the
AudioBus alive until the GstMemory is disposed.
* Source/WebCore/Modules/webaudio/MediaStreamAudioSourceGStreamer.cpp:
(WebCore::MediaStreamAudioSource::consumeAudio):
(WebCore::copyBusData): Deleted.
Canonical link: https://commits.webkit.org/290153@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