gstreamer/ext/qt
Matthew Waters 319171b162 qt: Ensure GL headers are included
Otherwise there may be no valid typedef of GLsync.

...
/usr/include/gstreamer-1.0/gst/gl/gstglfuncs.h:93:24: note: in definition of macro 'GST_GL_EXT_FUNCTION'
   ret (GSTGLAPI *name) args;
                        ^~~~
/usr/include/gstreamer-1.0/gst/gl/glprototypes/sync.h:33:23: error: 'GLsync' has not been declared
                      (GLsync sync))
                       ^~~~~~
...

https://bugzilla.gnome.org/show_bug.cgi?id=796879
2018-08-01 12:11:04 +10:00
..
.gitignore new qt5 qml GL video sink 2015-07-10 15:25:26 +10:00
gstplugin.cc qt: fix build with qmake 2017-09-07 09:39:13 +01:00
gstqsgtexture.cc qt: fix broken build due to commit 2fd84a6c for gstgl 2017-08-22 13:44:20 +01:00
gstqsgtexture.h qmlglsink: Add dummy texture that is shown as placeholder for NULL buffers 2017-05-21 16:52:23 +02:00
gstqtgl.h qt: Ensure GL headers are included 2018-08-01 12:11:04 +10:00
gstqtglutility.cc meson: add build files for the qml plugin 2018-04-15 23:49:57 +10:00
gstqtglutility.h qt: implement qmlglsrc for qml view grab 2016-08-03 22:11:11 +10:00
gstqtsink.cc Request minimum buffer even if need_pool is FALSE 2017-09-06 14:19:37 -04:00
gstqtsink.h qt: Use a proxy object for access to the QML widget 2017-07-12 15:51:11 +10:00
gstqtsrc.cc gl/format: use our own GL format enum's instead of gstvideo's 2017-03-13 21:10:58 +11:00
gstqtsrc.h qmlglsrc: some enhancements for qmlglsrc 2016-11-08 02:05:20 +11:00
Makefile.am gl: update plugins to use GstGL from -base 2017-12-19 12:02:31 +00:00
meson.build meson: Add feature options for all plugins 2018-07-27 18:42:54 +05:30
qtitem.cc qmlglsink: Expose itemInitialized as property 2017-09-14 15:12:12 +10:00
qtitem.h qmlglsink: Expose itemInitialized as property 2017-09-14 15:12:12 +10:00
qtplugin.pro qt: update qmake .pro file 2017-10-13 12:25:22 +01:00
qtwindow.cc qt: ensure GL_DRAW_FRAMEBUFFER 2017-08-31 12:41:52 +10:00
qtwindow.h qmlglsrc: use glBlitFramebuffer to copy texture for GLES3.0 2017-01-10 21:34:30 +11:00