⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 243493 in webkit


Ignore:
Timestamp:
Mar 26, 2019, 6:11:32 AM (7 years ago)
Author:
commit-queue@webkit.org
Message:

Build failure with gstreamer 1.12.5 if USE_GSTREAMER_GL is enabled
https://bugs.webkit.org/show_bug.cgi?id=196178

Patch by Mike Gorse <mgorse@alum.wpi.edu> on 2019-03-26
Reviewed by Philippe Normand.

No new tests (build fix).

  • platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp:

Include gst/gl/gl.h before including GraphicsContext3D.h.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r243489 r243493  
     12019-03-26  Mike Gorse  <mgorse@alum.wpi.edu>
     2
     3        Build failure with gstreamer 1.12.5 if USE_GSTREAMER_GL is enabled
     4        https://bugs.webkit.org/show_bug.cgi?id=196178
     5
     6        Reviewed by Philippe Normand.
     7
     8        No new tests (build fix).
     9
     10        * platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp:
     11        Include gst/gl/gl.h before including GraphicsContext3D.h.
     12
    1132019-03-26  Philippe Normand  <pnormand@igalia.com>
    214
  • trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp

    r243197 r243493  
    3030#include "GStreamerCommon.h"
    3131#include "GraphicsContext.h"
    32 #include "GraphicsContext3D.h"
    3332#include "ImageGStreamer.h"
    3433#include "ImageOrientation.h"
     
    8786#undef GST_USE_UNSTABLE_API
    8887
     88#include "GraphicsContext3D.h"
    8989#include "GLContext.h"
    9090#if USE(GLX)
Note: See TracChangeset for help on using the changeset viewer.