Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 487a3721e3ff1de52e9baa5a4ba9190889bb1204 https://github.com/WebKit/WebKit/commit/487a3721e3ff1de52e9baa5a4ba9190889bb1204 Author: Philippe Normand <ph...@igalia.com> Date: 2025-09-02 (Tue, 02 Sep 2025)
Changed paths: M Source/WebCore/platform/audio/gstreamer/AudioDestinationGStreamer.cpp Log Message: ----------- [GStreamer] WebAudio glitches or stops working after idling for a minute https://bugs.webkit.org/show_bug.cgi?id=296843 Reviewed by Xabier Rodriguez-Calvar. Make use of the clocksync downstream of the webaudiosrc element. It makes sure buffers are synchronized to the system clock. The queue was also removed from the pipeline, because specially in worklet rendering mode using an extra thread isn't good. * Source/WebCore/platform/audio/gstreamer/AudioDestinationGStreamer.cpp: (WebCore::AudioDestinationGStreamer::AudioDestinationGStreamer): Canonical link: https://commits.webkit.org/299424@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes