mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
qt: fix broken build due to commit 2fd84a6c
for gstgl
https://bugzilla.gnome.org/show_bug.cgi?id=784779
This commit is contained in:
parent
d9a294ac9f
commit
96a2092b45
4 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue