[webkit-changes] [WebKit/WebKit] 755898: [GStreamer] Crash after 10 seconds on watchdog thr...

Philippe Normand noreply at github.com
Thu Mar 7 04:34:11 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 755898f07a51e78b226e881bd573467439ec46eb
      https://github.com/WebKit/WebKit/commit/755898f07a51e78b226e881bd573467439ec46eb
  Author: Philippe Normand <philn at igalia.com>
  Date:   2024-03-07 (Thu, 07 Mar 2024)

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

  Log Message:
  -----------
  [GStreamer] Crash after 10 seconds on watchdog thread due to deadlock deep inside GStreamer
https://bugs.webkit.org/show_bug.cgi?id=260796

Reviewed by Xabier Rodriguez-Calvar.

Disable on-disk buffering for looping videos, due to high risks of deadlocking. The whole on-disk
buffering feature is doomed to disappear eventually anyway, since decodebin3/playbin3 have regressed
in that regard (by design).

* Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:
(WebCore::MediaPlayerPrivateGStreamer::updateDownloadBufferingFlag):

Canonical link: https://commits.webkit.org/275786@main



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list