[webkit-changes] [WebKit/WebKit] 537d68: [GStreamer][1.22] Critical warning in internal tex...

Philippe Normand noreply at github.com
Thu Jan 26 04:45:19 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 537d68a65fe7187fecca2bf0756ba25c4f55fdf2
      https://github.com/WebKit/WebKit/commit/537d68a65fe7187fecca2bf0756ba25c4f55fdf2
  Author: Philippe Normand <philn at igalia.com>
  Date:   2023-01-26 (Thu, 26 Jan 2023)

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

  Log Message:
  -----------
  [GStreamer][1.22] Critical warning in internal text combiner element
https://bugs.webkit.org/show_bug.cgi?id=251142

Reviewed by Xabier Rodriguez-Calvar.

The `concat` pad request was done with a pad template not belonging to the element, so instead use
the simple request-pad API and let the element figure out the pad template itself.

* Source/WebCore/platform/graphics/gstreamer/TextCombinerGStreamer.cpp:
(webkitTextCombinerRequestNewPad):

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




More information about the webkit-changes mailing list