Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 6085aa83ce72d86d727ba4bb4f468af7624cb977 https://github.com/WebKit/WebKit/commit/6085aa83ce72d86d727ba4bb4f468af7624cb977 Author: Alicia Boya Garcia <ab...@igalia.com> Date: 2024-10-31 (Thu, 31 Oct 2024)
Changed paths: M Source/WebCore/platform/graphics/gstreamer/GStreamerVideoSinkCommon.cpp Log Message: ----------- [GStreamer] VideoSinkCommon: Do not handle events while flushing https://bugs.webkit.org/show_bug.cgi?id=282274 Reviewed by Xabier Rodriguez-Calvar. WebKitVideoSinkProbe has checks for a number of events, namely tag, allocation and drain. Events must not be processed during flushes (doing it anyway is a common source of deadlocks, for example), but there was no check to prevent that. This patch adds that. This is a preventive correctness fix and not motivated by any particular error report. * Source/WebCore/platform/graphics/gstreamer/GStreamerVideoSinkCommon.cpp: (WebKitVideoSinkProbe::doProbe): Canonical link: https://commits.webkit.org/285957@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