[Bug 761260] qml: add Windows support
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Jun 22 04:35:50 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=761260
Matthew Waters (ystreet00) <ystreet00 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
Target Milestone|git master |1.9.1
--- Comment #2 from Matthew Waters (ystreet00) <ystreet00 at gmail.com> ---
commit ba69afdc475f1fd41b2fb3141ada2531f190cf02
Author: Matthew Waters <matthew at centricular.com>
Date: Thu Jun 16 15:13:02 2016 +1000
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
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list