[webkit-changes] [WebKit/WebKit] 397546: [GStreamer][GL] Fix includes with USE_WPE_VIDEO_PL...

James Hilliard noreply at github.com
Wed Mar 1 02:52:42 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 397546bb68ccbf36170a131c9ecf7c28c7a20e75
      https://github.com/WebKit/WebKit/commit/397546bb68ccbf36170a131c9ecf7c28c7a20e75
  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:
  -----------
  [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