Title: [229026] trunk/Source/WebCore
Revision
229026
Author
[email protected]
Date
2018-02-26 08:25:45 -0800 (Mon, 26 Feb 2018)

Log Message

Unreviewed, USE_GSTREAMER_PLAYBIN3 build fix.

* platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.h:
There is no such ENABLE_GSTREAMER_PLAYBIN3.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (229025 => 229026)


--- trunk/Source/WebCore/ChangeLog	2018-02-26 16:06:19 UTC (rev 229025)
+++ trunk/Source/WebCore/ChangeLog	2018-02-26 16:25:45 UTC (rev 229026)
@@ -1,5 +1,12 @@
 2018-02-26  Philippe Normand  <[email protected]>
 
+        Unreviewed, USE_GSTREAMER_PLAYBIN3 build fix.
+
+        * platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.h:
+        There is no such ENABLE_GSTREAMER_PLAYBIN3.
+
+2018-02-26  Philippe Normand  <[email protected]>
+
         Unreviewed, manual rollout of r228866 causing EGL_BAD_CONTEXT errors
 
         * platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp:

Modified: trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.h (229025 => 229026)


--- trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.h	2018-02-26 16:06:19 UTC (rev 229025)
+++ trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.h	2018-02-26 16:25:45 UTC (rev 229026)
@@ -211,7 +211,7 @@
         TextChanged = 1 << 5,
 #endif
         SizeChanged = 1 << 6,
-#if ENABLE(GSTREAMER_PLAYBIN3)
+#if USE(GSTREAMER_PLAYBIN3)
         StreamCollectionChanged = 1 << 7
 #endif
     };
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to