Changeset 243497 in webkit
- Timestamp:
- Mar 26, 2019, 9:36:36 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
r243493 r243497 1 2019-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 1 15 2019-03-26 Mike Gorse <mgorse@alum.wpi.edu> 2 16 -
trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp
r243493 r243497 30 30 #include "GStreamerCommon.h" 31 31 #include "GraphicsContext.h" 32 #include "GraphicsContext3D.h" 32 33 #include "ImageGStreamer.h" 33 34 #include "ImageOrientation.h" … … 86 87 #undef GST_USE_UNSTABLE_API 87 88 88 #include "GraphicsContext3D.h"89 89 #include "GLContext.h" 90 90 #if USE(GLX)
Note:
See TracChangeset
for help on using the changeset viewer.