Title: [243497] trunk/Source/WebCore
Revision
243497
Author
[email protected]
Date
2019-03-26 09:36:36 -0700 (Tue, 26 Mar 2019)

Log 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

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (243496 => 243497)


--- trunk/Source/WebCore/ChangeLog	2019-03-26 15:58:36 UTC (rev 243496)
+++ trunk/Source/WebCore/ChangeLog	2019-03-26 16:36:36 UTC (rev 243497)
@@ -1,3 +1,17 @@
+2019-03-26  Commit Queue  <[email protected]>
+
+        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
+
 2019-03-26  Mike Gorse  <[email protected]>
 
         Build failure with gstreamer 1.12.5 if USE_GSTREAMER_GL is enabled

Modified: trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp (243496 => 243497)


--- trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp	2019-03-26 15:58:36 UTC (rev 243496)
+++ trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp	2019-03-26 16:36:36 UTC (rev 243497)
@@ -29,6 +29,7 @@
 
 #include "GStreamerCommon.h"
 #include "GraphicsContext.h"
+#include "GraphicsContext3D.h"
 #include "ImageGStreamer.h"
 #include "ImageOrientation.h"
 #include "IntRect.h"
@@ -85,7 +86,6 @@
 #include <gst/gl/gl.h>
 #undef GST_USE_UNSTABLE_API
 
-#include "GraphicsContext3D.h"
 #include "GLContext.h"
 #if USE(GLX)
 #include "GLContextGLX.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to