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

Changeset 243497 in webkit


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

Unreviewed, rolling out r243493.
https://bugs.webkit.org/show_bug.cgi?id=196257

broke the non-gst-gl build (Requested by philn on #webkit).

Reverted changeset:

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

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r243493 r243497  
     12019-03-26  Commit Queue  <commit-queue@webkit.org>
     2
     3        Unreviewed, rolling out r243493.
     4        https://bugs.webkit.org/show_bug.cgi?id=196257
     5
     6        broke the non-gst-gl build (Requested by philn on #webkit).
     7
     8        Reverted changeset:
     9
     10        "Build failure with gstreamer 1.12.5 if USE_GSTREAMER_GL is
     11        enabled"
     12        https://bugs.webkit.org/show_bug.cgi?id=196178
     13        https://trac.webkit.org/changeset/243493
     14
    1152019-03-26  Mike Gorse  <mgorse@alum.wpi.edu>
    216
  • trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp

    r243493 r243497  
    3030#include "GStreamerCommon.h"
    3131#include "GraphicsContext.h"
     32#include "GraphicsContext3D.h"
    3233#include "ImageGStreamer.h"
    3334#include "ImageOrientation.h"
     
    8687#undef GST_USE_UNSTABLE_API
    8788
    88 #include "GraphicsContext3D.h"
    8989#include "GLContext.h"
    9090#if USE(GLX)
Note: See TracChangeset for help on using the changeset viewer.