Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: bc43ac08a7be45371a16c6a848ba88706116ed3c
https://github.com/WebKit/WebKit/commit/bc43ac08a7be45371a16c6a848ba88706116ed3c
Author: Philippe Normand <[email protected]>
Date: 2025-11-19 (Wed, 19 Nov 2025)
Changed paths:
M Source/WebCore/platform/audio/gstreamer/AudioDestinationGStreamer.cpp
M Source/WebCore/platform/audio/gstreamer/AudioDestinationGStreamer.h
Log Message:
-----------
[GStreamer][WebAudio] Create the rendering pipeline only when needed
https://bugs.webkit.org/show_bug.cgi?id=302461
Reviewed by Xabier Rodriguez-Calvar.
This is mostly a refactoring, deferring the pipeline initialization until the
first playback request
has been done on the AudioDestination.
* Source/WebCore/platform/audio/gstreamer/AudioDestinationGStreamer.cpp:
(WebCore::AudioDestinationGStreamer::AudioDestinationGStreamer):
(WebCore::AudioDestinationGStreamer::~AudioDestinationGStreamer):
(WebCore::AudioDestinationGStreamer::initializePipeline):
(WebCore::AudioDestinationGStreamer::start):
(WebCore::AudioDestinationGStreamer::startRendering):
(WebCore::AudioDestinationGStreamer::stop):
(WebCore::AudioDestinationGStreamer::stopRendering):
(WebCore::AudioDestinationGStreamer::notifyStopResult):
* Source/WebCore/platform/audio/gstreamer/AudioDestinationGStreamer.h:
Canonical link: https://commits.webkit.org/303243@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications