Branch: refs/heads/webkitglib/2.44 Home: https://github.com/WebKit/WebKit Commit: 64f50f9bd802084b206f96aea42690695442098a https://github.com/WebKit/WebKit/commit/64f50f9bd802084b206f96aea42690695442098a Author: Philippe Normand <ph...@igalia.com> Date: 2024-05-02 (Thu, 02 May 2024)
Changed paths: M Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp Log Message: ----------- Cherry-pick 277804@main (9e5519436f6b). https://bugs.webkit.org/show_bug.cgi?id=272912 [GStreamer] Deadlock in webKitWebSrcCreate when handling non-flushing seeks https://bugs.webkit.org/show_bug.cgi?id=272912 Reviewed by Xabier Rodriguez-Calvar. When handling non-flushing seeks the GStreamer basesrc base class will pause the pad task instead of sending a flush-start event, so in that situation the "unlock" vmethod is not called. In order to prevent deadlocks, unlock the streaming thread before letting basesrc handle the non-flushing seek event. * Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp: (webkit_web_src_class_init): (webKitWebSrcEvent): Canonical link: https://commits.webkit.org/277804@main Canonical link: https://commits.webkit.org/274313.198@webkitglib/2.44 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