[webkit-changes] [WebKit/WebKit] bacb3d: [GStreamer][WebCodecs] Assertion failure ASSERTION...
Philippe Normand
noreply at github.com
Tue Sep 24 00:37:59 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: bacb3d487ac04bd5a66c982d7a48bb55df87553c
https://github.com/WebKit/WebKit/commit/bacb3d487ac04bd5a66c982d7a48bb55df87553c
Author: Philippe Normand <philn at igalia.com>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M Source/WebCore/platform/audio/gstreamer/AudioDecoderGStreamer.cpp
M Source/WebCore/platform/graphics/gstreamer/VideoDecoderGStreamer.cpp
Log Message:
-----------
[GStreamer][WebCodecs] Assertion failure ASSERTION FAILED: canSafelyBeUsed()
https://bugs.webkit.org/show_bug.cgi?id=280153
Reviewed by Xabier Rodriguez-Calvar.
Make the audio and video decoders usable from non-main thread as weak pointers. That was already the
case for the encoders.
* Source/WebCore/platform/audio/gstreamer/AudioDecoderGStreamer.cpp:
(WebCore::GStreamerInternalAudioDecoder::GStreamerInternalAudioDecoder):
* Source/WebCore/platform/graphics/gstreamer/VideoDecoderGStreamer.cpp:
(WebCore::GStreamerInternalVideoDecoder::GStreamerInternalVideoDecoder):
Canonical link: https://commits.webkit.org/284145@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