what is the state of building gstreamer on windows?

Marcos Kintschner marcos.ktn at gmail.com
Sun Oct 21 17:03:13 UTC 2018


I have been able to build GStreamer for Windows using
https://github.com/GStreamer/gst-build

It's not a very easy task building it for Visual Studio though. You should
take a look at the meson package for Python which is used to build the
GStreamer.

Then you basically run the command: python meson.py --backend = vs2017 build
and it will generate the Visual Studio projects for you. At the current
state, most of the built projects are bugged, they can not load because of
an error in the vcxproj files. Fortunately, this is easily solvable by
editing the vcxproj files manually (it usually shows where the error is in
the file).

There is also the https://github.com/GStreamer/cerbero project, but I have
not succeeded in building the GStreamer on Windows with it.



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/


More information about the gstreamer-devel mailing list