gstreamer/win32
Xabier Rodriguez Calvar bda8440f1f protection: add function to filter system ids
gst_protection_filter_systems_by_available_decryptors() takes an array
of strings and returns a new array of strings filtered by the available
decryptors for them so the ones you get are the ones that you should be
able to decrypt.

https://bugzilla.gnome.org/show_bug.cgi?id=770107
2017-06-28 10:52:11 +01:00
..
common protection: add function to filter system ids 2017-06-28 10:52:11 +01:00
MANIFEST win32: remove copies of generated headers 2016-11-14 21:28:22 +00:00
README.txt win32: remove copies of generated headers 2016-11-14 21:28:22 +00:00

Building GStreamer on Windows
-----------------------------

Running GStreamer on Windows is supported.

Official Windows binaries for each release can be found at:

  https://gstreamer.freedesktop.org/data/pkg/windows/


Building with MinGW/MSys
------------------------

Should work out of the box from the toplevel directory using the standard
Unix build system provided.

This build type is officially supported.

You can build Windows binaries including all required dependencies
using the 'cerbero' build tool:

  http://cgit.freedesktop.org/gstreamer/cerbero/

This works both natively on Windows or as cross-compile from Linux.


Building with Visual Studio
---------------------------

Building with Visual Studio is possible using the Meson-based build
definitions, but there is currently no support for this in cerbero yet,
so it's not for the faint-hearted.