gstreamer/win32
Wonchul Lee 978b7ace52 bin: Add setter and getter to suppress element flags
Suppress-flags is for preventing propagation of child element's specific
flag when it is added to the bin.

https://bugzilla.gnome.org/show_bug.cgi?id=770627
2016-09-10 13:28:21 -03:00
..
common bin: Add setter and getter to suppress element flags 2016-09-10 13:28:21 -03:00
MANIFEST win32: update README and remove outdated build cruft 2016-02-20 10:07:01 +00:00
README.txt win32: update README and remove outdated build cruft 2016-02-20 10:07:01 +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 currently not supported.