We have recently changed the build system and switched to OSSBuild
This option builds GStreamer in release mode linking to msvcrt.dll. This CRT is present both in Windows XP and Vista and also used by MinGW/MSYS, which reduces the risks of mixing different CRT's
The debug option is not supported anymore. If you need to debug your application use the debug symbols in $OSSBUILD/Build/Windows/Win32/Release/pdb.
Inno Setup scripts are provided to create GStreamer installers in $OSSBUILD/Packaging/Win32
The GStreamer WinBuilds installer installs all the GStreamer binaries (core libraries and plugins) and its dependencies in the path selected at installation time. It adds the $(InstallationPath)\bin\ folder to the system PATH (so any application using GStreamer will be able to find all the related dll's), and sets the GST_PLUGIN_PATH environment variable to $(InstallationPath)\lib\gstreamer-0.10\
You may want to choose this option if you need to:
The steps to follow are: