* platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.h:
There is no such ENABLE_GSTREAMER_PLAYBIN3.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@229026
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
2018-02-26 Philippe Normand <pnormand@igalia.com>
+ Unreviewed, USE_GSTREAMER_PLAYBIN3 build fix.
+
+ * platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.h:
+ There is no such ENABLE_GSTREAMER_PLAYBIN3.
+
+2018-02-26 Philippe Normand <pnormand@igalia.com>
+
Unreviewed, manual rollout of r228866 causing EGL_BAD_CONTEXT errors
* platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp:
TextChanged = 1 << 5,
#endif
SizeChanged = 1 << 6,
-#if ENABLE(GSTREAMER_PLAYBIN3)
+#if USE(GSTREAMER_PLAYBIN3)
StreamCollectionChanged = 1 << 7
#endif
};