Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a3972609ade72ae334bc84cfe946e56bf4d32b55
https://github.com/WebKit/WebKit/commit/a3972609ade72ae334bc84cfe946e56bf4d32b55
Author: Philippe Normand <[email protected]>
Date: 2026-05-25 (Mon, 25 May 2026)
Changed paths:
M Source/WebCore/platform/graphics/gstreamer/GLVideoSinkGStreamer.cpp
Log Message:
-----------
[GStreamer] WebKitGLVideoSink finalized from wrong thread
https://bugs.webkit.org/show_bug.cgi?id=308119
Reviewed by Xabier Rodriguez-Calvar.
Remove the ASSERT(isMainThread()) from ~_WebKitGLVideoSinkPrivate() because it
is invalid, the sink
can be finalized from a non-main thread when the player it belongs to has been
destructed while the
pipeline was in an ASYNC state change.
* Source/WebCore/platform/graphics/gstreamer/GLVideoSinkGStreamer.cpp:
(_WebKitGLVideoSinkPrivate::~_WebKitGLVideoSinkPrivate):
Canonical link: https://commits.webkit.org/313828@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications