summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2018-02-07 20:15:00 +1100
committerMatthew Waters <matthew@centricular.com>2018-02-07 20:15:35 +1100
commitc5c69dcc55d180b8d271ba58e1425cb82c6c81b0 (patch)
treef6ad3590ff0a690dc7d6741dd01458939f0862d1 /ext
parent58ce84a3eae4d2c18d5288fe8b294cab8b587c22 (diff)
downloadgstreamer-plugins-bad-c5c69dcc55d180b8d271ba58e1425cb82c6c81b0.tar.gz
qt: don't #include platform specific gstglcontext_*.h headers
They aren't public headers
Diffstat (limited to 'ext')
-rw-r--r--ext/qt/gstqtglutility.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/qt/gstqtglutility.cc b/ext/qt/gstqtglutility.cc
index 4a88bb6b7..8d5b24283 100644
--- a/ext/qt/gstqtglutility.cc
+++ b/ext/qt/gstqtglutility.cc
@@ -28,11 +28,6 @@
#if GST_GL_HAVE_WINDOW_X11 && defined (HAVE_QT_X11)
#include <QX11Info>
#include <gst/gl/x11/gstgldisplay_x11.h>
-#if GST_GL_HAVE_PLATFORM_GLX
-#include <gst/gl/x11/gstglcontext_glx.h>
-#elif GST_GL_HAVE_PLATFORM_EGL
-#include <gst/gl/egl/gstglcontext_egl.h>
-#endif
#endif
#if GST_GL_HAVE_WINDOW_WAYLAND && GST_GL_HAVE_PLATFORM_EGL && defined (HAVE_QT_WAYLAND)
@@ -48,7 +43,6 @@
#include <gst/gl/egl/gstegl.h>
#include <gst/gl/egl/gstgldisplay_egl.h>
#endif
-#include <gst/gl/egl/gstglcontext_egl.h>
#endif
#define GST_CAT_DEFAULT qt_gl_utils_debug