gstreamer/win32
Sebastian Dröge bb3fbfbe7f typefind: Add new gst_type_find_helper_get_range_full() that returns flow return
And make use of it in the typefind element. It's useful to distinguish
between the different errors why typefinding can fail, and especially to
not consider GST_FLOW_FLUSHING as an actual error.

https://bugzilla.gnome.org/show_bug.cgi?id=796894
2018-08-02 10:54:35 +03:00
..
common typefind: Add new gst_type_find_helper_get_range_full() that returns flow return 2018-08-02 10:54:35 +03: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.