mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
bb3fbfbe7f
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 |
||
---|---|---|
.. | ||
common | ||
MANIFEST | ||
README.txt |
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.