Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 64f8c68c856d4c10ef287684446098116dbf4666
https://github.com/WebKit/WebKit/commit/64f8c68c856d4c10ef287684446098116dbf4666
Author: Philippe Normand <[email protected]>
Date: 2026-09-10 (Thu, 10 Sep 2026)
Changed paths:
M LayoutTests/platform/glib/TestExpectations
M LayoutTests/platform/wpe/TestExpectations
M Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp
Log Message:
-----------
[GStreamer]
imported/w3c/web-platform-tests/webaudio/the-audio-api/the-mediaelementaudiosourcenode-interface/no-cors.https.html
is a flaky crashing
https://bugs.webkit.org/show_bug.cgi?id=316192
Reviewed by Xabier Rodriguez-Calvar.
Flaky crashes were happening because playbin was reporting a successful change
to playing state
while the audio sink was performing an asynchronous transition and hadn't
reached the playing state
yet. In such situation we now make a blocking get_state() call until the
asynchronous transition was
completed.
* LayoutTests/platform/glib/TestExpectations:
* Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:
(WebCore::areAllSinksPlayingForBin):
Canonical link: https://commits.webkit.org/320812@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications