[webkit-changes] [WebKit/WebKit] c76046: [GStreamer] registerAppsinkWithWorkaroundsIfNeeded...

Philippe Normand noreply at github.com
Fri Sep 1 07:25:10 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: c760465095dda52270369a1f4f620a253bc320d8
      https://github.com/WebKit/WebKit/commit/c760465095dda52270369a1f4f620a253bc320d8
  Author: Philippe Normand <philn at igalia.com>
  Date:   2023-09-01 (Fri, 01 Sep 2023)

  Changed paths:
    M Source/WebCore/platform/AudioDecoder.cpp
    M Source/WebCore/platform/graphics/gstreamer/GStreamerCommon.cpp
    M Source/WebCore/platform/graphics/gstreamer/GStreamerSinksWorkarounds.cpp

  Log Message:
  -----------
  [GStreamer] registerAppsinkWithWorkaroundsIfNeededCallOnce() should be callable from non-main threads
https://bugs.webkit.org/show_bug.cgi?id=260711

Reviewed by Alicia Boya Garcia.

Remove un-needed ASSERT, nothing should prevent to call gst_element_register() from a non-main thread.

* Source/WebCore/platform/AudioDecoder.cpp:
(WebCore::AudioDecoder::isCodecSupported):
* Source/WebCore/platform/graphics/gstreamer/GStreamerSinksWorkarounds.cpp:
(WebCore::registerAppsinkWithWorkaroundsIfNeededCallOnce):

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




More information about the webkit-changes mailing list