Changeset 243493 in webkit
- Timestamp:
- Mar 26, 2019, 6:11:32 AM (7 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r243489 r243493 1 2019-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 1 13 2019-03-26 Philippe Normand <pnormand@igalia.com> 2 14 -
trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp
r243197 r243493 30 30 #include "GStreamerCommon.h" 31 31 #include "GraphicsContext.h" 32 #include "GraphicsContext3D.h"33 32 #include "ImageGStreamer.h" 34 33 #include "ImageOrientation.h" … … 87 86 #undef GST_USE_UNSTABLE_API 88 87 88 #include "GraphicsContext3D.h" 89 89 #include "GLContext.h" 90 90 #if USE(GLX)
Note:
See TracChangeset
for help on using the changeset viewer.