Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: cfa781ae8897182fb3ef4cb14fc2a61ea9e4d578
https://github.com/WebKit/WebKit/commit/cfa781ae8897182fb3ef4cb14fc2a61ea9e4d578
Author: Philippe Normand <[email protected]>
Date: 2025-12-15 (Mon, 15 Dec 2025)
Changed paths:
M LayoutTests/platform/glib/TestExpectations
M Source/WebCore/platform/audio/gstreamer/AudioDestinationGStreamer.cpp
M Source/WebCore/platform/audio/gstreamer/AudioDestinationGStreamer.h
M Source/WebCore/platform/audio/gstreamer/WebKitWebAudioSourceGStreamer.cpp
M Source/WebCore/platform/audio/gstreamer/WebKitWebAudioSourceGStreamer.h
Log Message:
-----------
[GStreamer]
imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audioworklet-interface/audioworkletprocessor-promises.https.html
is a flaky crash
https://bugs.webkit.org/show_bug.cgi?id=304132
Reviewed by Xabier Rodriguez-Calvar.
The webaudiosrc now uses a weak reference to the AudioDestination instead of a
raw pointer. I used
the opportunity to refactor some code and get rid of superfluous GObject
properties.
* LayoutTests/platform/glib/TestExpectations:
* Source/WebCore/platform/audio/gstreamer/AudioDestinationGStreamer.cpp:
(WebCore::AudioDestinationGStreamer::~AudioDestinationGStreamer):
(WebCore::AudioDestinationGStreamer::initializePipeline):
* Source/WebCore/platform/audio/gstreamer/AudioDestinationGStreamer.h:
(WebCore::AudioDestinationGStreamer::renderBus const):
* Source/WebCore/platform/audio/gstreamer/WebKitWebAudioSourceGStreamer.cpp:
(webkit_web_audio_src_class_init):
(webKitWebAudioSrcConstructed):
(webKitWebAudioSrcAllocateBuffer):
(webKitWebAudioSrcRenderAndPushFrames):
(webKitWebAudioSrcChangeState):
(webkitWebAudioSourceSetDestination):
(webKitWebAudioSrcSetProperty): Deleted.
(webKitWebAudioSrcGetProperty): Deleted.
(webkitWebAudioSourceSetBus): Deleted.
* Source/WebCore/platform/audio/gstreamer/WebKitWebAudioSourceGStreamer.h:
Canonical link: https://commits.webkit.org/304449@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications