mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-26 00:58:12 +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
9403af81ef
commit
2d9720690c
4 changed files with 5 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
||||||
|
|
||||||
#include <gst/video/video.h>
|
#include <gst/video/video.h>
|
||||||
#include <gst/gl/gl.h>
|
#include <gst/gl/gl.h>
|
||||||
|
#include <gst/gl/gstglfuncs.h>
|
||||||
#include "gstqsgtexture.h"
|
#include "gstqsgtexture.h"
|
||||||
|
|
||||||
#define GST_CAT_DEFAULT gst_qsg_texture_debug
|
#define GST_CAT_DEFAULT gst_qsg_texture_debug
|
||||||
|
|
|
@ -45,6 +45,7 @@
|
||||||
#include <qpa/qplatformnativeinterface.h>
|
#include <qpa/qplatformnativeinterface.h>
|
||||||
#include <gst/gl/viv-fb/gstgldisplay_viv_fb.h>
|
#include <gst/gl/viv-fb/gstgldisplay_viv_fb.h>
|
||||||
#else
|
#else
|
||||||
|
#include <gst/gl/egl/gstegl.h>
|
||||||
#include <gst/gl/egl/gstgldisplay_egl.h>
|
#include <gst/gl/egl/gstgldisplay_egl.h>
|
||||||
#endif
|
#endif
|
||||||
#include <gst/gl/egl/gstglcontext_egl.h>
|
#include <gst/gl/egl/gstglcontext_egl.h>
|
||||||
|
|
|
@ -30,6 +30,8 @@
|
||||||
#include "gstqtsink.h"
|
#include "gstqtsink.h"
|
||||||
#include <QtGui/QGuiApplication>
|
#include <QtGui/QGuiApplication>
|
||||||
|
|
||||||
|
#include <gst/gl/gstglfuncs.h>
|
||||||
|
|
||||||
#define GST_CAT_DEFAULT gst_debug_qt_gl_sink
|
#define GST_CAT_DEFAULT gst_debug_qt_gl_sink
|
||||||
GST_DEBUG_CATEGORY (GST_CAT_DEFAULT);
|
GST_DEBUG_CATEGORY (GST_CAT_DEFAULT);
|
||||||
|
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#include <gst/video/video.h>
|
#include <gst/video/video.h>
|
||||||
|
#include <gst/gl/gstglfuncs.h>
|
||||||
#include "qtwindow.h"
|
#include "qtwindow.h"
|
||||||
#include "gstqsgtexture.h"
|
#include "gstqsgtexture.h"
|
||||||
#include "gstqtglutility.h"
|
#include "gstqtglutility.h"
|
||||||
|
|
Loading…
Reference in a new issue