gstreamer/ext/qt
Matthew Waters ba69afdc47 qmlglsink: add win32 support
The current state of c++ ABI's on Window's and Gst's/Qt's conflicting
mingw builds means that we cannot use mingw for building the qt plugin.

Instead, a qmake .pro file is provided that is expected to be used with the
msvc binaries provided by Qt like so:

(with the PATH environment variable containing the path to the qt biniaries
and PKG_CONFIG_PATH containing the path to GStreamer modules)
cd /path/to/sources/gst-plugins-bad/ext/qt
qmake -tp vc

Then open the resulting VS project and build the library.  Then

cp debug/libgstqtsink.dll /path/to/prefix/lib/gstreamer-1.0/libgstqtsink.cll

https://bugzilla.gnome.org/show_bug.cgi?id=761260
2016-06-22 14:26:05 +10:00
..
.gitignore new qt5 qml GL video sink 2015-07-10 15:25:26 +10:00
gstplugin.cc qt: add support for building on osx/ios 2015-10-02 22:29:45 +10:00
gstqsgtexture.cc glmemory: base classify and add the pbo memory on top 2015-12-14 16:35:32 +11:00
gstqsgtexture.h qt: add support for building on osx/ios 2015-10-02 22:29:45 +10:00
gstqtgl.h qt: add support for building/running on android 2015-09-28 16:47:00 +10:00
gstqtsink.cc bad: use new gst_element_class_add_static_pad_template() 2016-03-24 14:56:51 +02:00
gstqtsink.h new qt5 qml GL video sink 2015-07-10 15:25:26 +10:00
Makefile.am qmlglsink: Add Wayland support 2016-06-16 01:49:16 +10:00
qtitem.cc qmlglsink: add win32 support 2016-06-22 14:26:05 +10:00
qtitem.h qmlglsink: Schedule onSceneGrpahInitialized to execute on render thread 2016-02-22 20:26:41 +11:00
qtplugin.pro qmlglsink: add win32 support 2016-06-22 14:26:05 +10:00