Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Justin Kim
gst-plugins-bad
Commits
2d972069
Commit
2d972069
authored
Aug 22, 2017
by
Julien Isorce
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
qt: fix broken build due to commit
2fd84a6c
for gstgl
https://bugzilla.gnome.org/show_bug.cgi?id=784779
parent
9403af81
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
0 deletions
+5
-0
ext/qt/gstqsgtexture.cc
ext/qt/gstqsgtexture.cc
+1
-0
ext/qt/gstqtglutility.cc
ext/qt/gstqtglutility.cc
+1
-0
ext/qt/gstqtsink.cc
ext/qt/gstqtsink.cc
+2
-0
ext/qt/qtwindow.cc
ext/qt/qtwindow.cc
+1
-0
No files found.
ext/qt/gstqsgtexture.cc
View file @
2d972069
...
...
@@ -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
...
...
ext/qt/gstqtglutility.cc
View file @
2d972069
...
...
@@ -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>
...
...
ext/qt/gstqtsink.cc
View file @
2d972069
...
...
@@ -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
);
...
...
ext/qt/qtwindow.cc
View file @
2d972069
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment