gstreamer/ext
Milian Wolff 3e0d557744 qmlgl: ensure Qt defines GLsync to fix compile on some platforms
By explictly including QtGui/qopengl.h we force the code path that
defines GLsync in the Qt-specific way. Without that, some platforms
failed to compile the qmlgl plugin, since neither Qt nor gstreamer
defined GLsync then, leading to e.g.:

```
make[4]: Entering directory '/.../gst-plugins-good-1.16.1/ext/qt'
  CXX      libgstqmlgl_la-qtitem.lo
In file included from gstqtgl.h:32,
                 from qtitem.h:27,
                 from qtitem.cc:28:
/.../usr/include/gstreamer-1.0/
gst/gl/gstglfuncs.h:93:17: error: expected identifier before ‘*’ token
   ret (GSTGLAPI *name) args;
                 ^
/.../usr/include/gstreamer-1.0/
gst/gl/glprototypes/sync.h:27:1: note: in expansion of macro
‘GST_GL_EXT_FUNCTION’
 GST_GL_EXT_FUNCTION (GLsync, FenceSync,
 ^~~~~~~~~~~~~~~~~~~
```
2020-03-05 03:21:48 +00:00
..
aalib aasink & cacasink: add filter aatv & cacatv 2019-12-28 23:01:19 +00:00
cairo Don't pass default GLib marshallers for signals 2019-11-17 15:32:30 +00:00
dv Remove autotools build system 2019-10-14 11:04:18 +01:00
flac Remove autotools build system 2019-10-14 11:04:18 +01:00
gdk_pixbuf Remove autotools build system 2019-10-14 11:04:18 +01:00
gtk Remove autotools build system 2019-10-14 11:04:18 +01:00
jack Remove autotools build system 2019-10-14 11:04:18 +01:00
jpeg jpegdec: Check return value of gst_buffer_map() 2020-01-27 22:59:34 +00:00
lame Remove autotools build system 2019-10-14 11:04:18 +01:00
libcaca aasink & cacasink: add filter aatv & cacatv 2019-12-28 23:01:19 +00:00
libpng Remove autotools build system 2019-10-14 11:04:18 +01:00
mpg123 Remove autotools build system 2019-10-14 11:04:18 +01:00
pulse Remove autotools build system 2019-10-14 11:04:18 +01:00
qt qmlgl: ensure Qt defines GLsync to fix compile on some platforms 2020-03-05 03:21:48 +00:00
raw1394 Don't pass default GLib marshallers for signals 2019-11-17 15:32:30 +00:00
shout2 good: use of g_value_dup_string 2019-12-20 09:30:26 +00:00
soup souphttpsrc: Fix cookies property 2020-02-21 08:56:10 +00:00
speex Remove autotools build system 2019-10-14 11:04:18 +01:00
taglib Remove autotools build system 2019-10-14 11:04:18 +01:00
twolame Remove autotools build system 2019-10-14 11:04:18 +01:00
vpx vp8enc/vp8enc: set 1 for the default value of VP8E_SET_STATIC_THRESHOLD 2020-01-28 02:41:50 +00:00
wavpack Remove autotools build system 2019-10-14 11:04:18 +01:00
meson.build meson: Don't skip plugins that don't build with MSVC 2018-09-05 20:15:57 +05:30