Posteado por: longomatch en: Febrero 4, 2009
The GStreamer project doesn’t provide any updated binary package for Windows and if you want to develop an application based on GStreamer for this OS you have to build them by yourself.
That why we have created the GStreamer WinBuilds project which goal is to provide precompiled GStreamer binary packages for Microsoft Windows, including a large collection of encoding/decoding plugins.
This project is based on OABuild, but with a different approach in the way of adding external plugins. Rather than trying to compile all the external dependencies with the MSVC toolchain (ffmpeg, libxvid, libx264, liba52, etc…) , which not always possible, we compile them using Mingw/Msys linking the gstreamer plugins to these libraries.
The changes we made so far are:
Find out more at the GStreamer Winbuilds Wiki
Febrero 28, 2009 a 5:22 am
Excellent work!
Marzo 12, 2009 a 5:30 pm
Thanks!