qt: fix broken build due to commit 2fd84a6c for gstgl
authorJulien Isorce <jisorce@oblong.com>
Tue, 22 Aug 2017 11:39:43 +0000 (12:39 +0100)
committerJulien Isorce <jisorce@oblong.com>
Tue, 22 Aug 2017 12:44:20 +0000 (13:44 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=784779

ext/qt/gstqsgtexture.cc
ext/qt/gstqtglutility.cc
ext/qt/gstqtsink.cc
ext/qt/qtwindow.cc

index 7391806..2b314e0 100644 (file)
@@ -27,6 +27,7 @@
 
 #include <gst/video/video.h>
 #include <gst/gl/gl.h>
+#include <gst/gl/gstglfuncs.h>
 #include "gstqsgtexture.h"
 
 #define GST_CAT_DEFAULT gst_qsg_texture_debug
index d0f7668..ff8d875 100644 (file)
@@ -45,6 +45,7 @@
 #include <qpa/qplatformnativeinterface.h>
 #include <gst/gl/viv-fb/gstgldisplay_viv_fb.h>
 #else
+#include <gst/gl/egl/gstegl.h>
 #include <gst/gl/egl/gstgldisplay_egl.h>
 #endif
 #include <gst/gl/egl/gstglcontext_egl.h>
index c7ac11e..31495fe 100644 (file)
@@ -30,6 +30,8 @@
 #include "gstqtsink.h"
 #include <QtGui/QGuiApplication>
 
+#include <gst/gl/gstglfuncs.h>
+
 #define GST_CAT_DEFAULT gst_debug_qt_gl_sink
 GST_DEBUG_CATEGORY (GST_CAT_DEFAULT);
 
index 6f1df7e..1151ddc 100644 (file)
@@ -25,6 +25,7 @@
 #include <stdio.h>
 
 #include <gst/video/video.h>
+#include <gst/gl/gstglfuncs.h>
 #include "qtwindow.h"
 #include "gstqsgtexture.h"
 #include "gstqtglutility.h"