[webkit-changes] [WebKit/WebKit] 17a819: Cherry-pick 260995 at main (397546bb68cc). https://bu...

James Hilliard noreply at github.com
Wed Mar 1 06:43:32 PST 2023


  Branch: refs/heads/webkitglib/2.38
  Home:   https://github.com/WebKit/WebKit
  Commit: 17a81900caab5134230ab5b65e90c8b71ae65ad3
      https://github.com/WebKit/WebKit/commit/17a81900caab5134230ab5b65e90c8b71ae65ad3
  Author: James Hilliard <james.hilliard1 at gmail.com>
  Date:   2023-03-01 (Wed, 01 Mar 2023)

  Changed paths:
    M Source/WebCore/platform/graphics/gstreamer/GStreamerVideoFrameHolder.cpp
    M Source/WebCore/platform/graphics/gstreamer/GUniquePtrGStreamer.h

  Log Message:
  -----------
  Cherry-pick 260995 at main (397546bb68cc). https://bugs.webkit.org/show_bug.cgi?id=253138

    [GStreamer][GL] Fix includes with USE_WPE_VIDEO_PLANE_DISPLAY_DMABUF
    https://bugs.webkit.org/show_bug.cgi?id=253138

    Reviewed by Philippe Normand.

    Fixes:
    Source/WebCore/platform/graphics/gstreamer/GStreamerVideoFrameHolder.cpp:58:9: error: ‘gst_is_gl_memory_egl’ was not declared in this scope; did you mean ‘gst_is_gl_memory_pbo’?
       58 |     if (gst_is_gl_memory_egl(memory)) {
          |         ^~~~~~~~~~~~~~~~~~~~
          |         gst_is_gl_memory_pbo

    WebCore/PrivateHeaders/WebCore/GUniquePtrGStreamer.h:40:10: fatal error: wpe/extensions/video-plane-display-dmabuf.h: No such file or directory
       40 | #include <wpe/extensions/video-plane-display-dmabuf.h>
          |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    * Source/WebCore/platform/graphics/gstreamer/GStreamerVideoFrameHolder.cpp:
    * Source/WebCore/platform/graphics/gstreamer/GUniquePtrGStreamer.h:

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




More information about the webkit-changes mailing list