Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 9e5519436f6b4b766fe205d2adacf6668033e9bb
      
https://github.com/WebKit/WebKit/commit/9e5519436f6b4b766fe205d2adacf6668033e9bb
  Author: Philippe Normand <[email protected]>
  Date:   2024-04-22 (Mon, 22 Apr 2024)

  Changed paths:
    M Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp

  Log Message:
  -----------
  [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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to