[webkit-changes] [WebKit/WebKit] 5a8358: [GStreamer] Video encoder caps reported as leaked

Philippe Normand noreply at github.com
Fri May 19 05:58:48 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 5a8358f7d8ad2e226e6b09f4fa16373e5f35d81f
      https://github.com/WebKit/WebKit/commit/5a8358f7d8ad2e226e6b09f4fa16373e5f35d81f
  Author: Philippe Normand <philn at igalia.com>
  Date:   2023-05-19 (Fri, 19 May 2023)

  Changed paths:
    M Source/WebCore/platform/gstreamer/VideoEncoderPrivateGStreamer.cpp

  Log Message:
  -----------
  [GStreamer] Video encoder caps reported as leaked
https://bugs.webkit.org/show_bug.cgi?id=256907

Reviewed by Xabier Rodriguez-Calvar.

Flag the EncoderDefinition caps fields as MAY_BE_LEAKED, so that they can be ignored by the
GStreamer leak tracer. Those caps are static for the whole WebProcess lifetime.

* Source/WebCore/platform/gstreamer/VideoEncoderPrivateGStreamer.cpp:
(Encoders::registerEncoder):

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




More information about the webkit-changes mailing list