GStreamer Application Development Manual (0.8.12) | ||
---|---|---|
<<< Previous | Windows support | Next >>> |
By default, GSTreamer needs a registry. You have to generate it using "gst-register.exe". It will create the file in c:\gstreamer\registry.xml that will hold all the plugins you can use.
You should install the GSTreamer core in c:\gstreamer\bin and the plugins in c:\gstreamer\plugins. Both directories should be added to your system PATH. The library dependencies should be installed in c:\usr
For example, my current setup is :
c:\gstreamer\registry.xml
c:\gstreamer\bin\gst-inspect.exe
c:\gstreamer\bin\gst-launch.exe
c:\gstreamer\bin\gst-register.exe
c:\gstreamer\bin\gstbytestream.dll
c:\gstreamer\bin\gstelements.dll
c:\gstreamer\bin\gstoptimalscheduler.dll
c:\gstreamer\bin\gstspider.dll
c:\gstreamer\bin\libgtreamer-0.8.dll
c:\gstreamer\plugins\gst-libs.dll
c:\gstreamer\plugins\gstmatroska.dll
c:\usr\bin\iconv.dll
c:\usr\bin\intl.dll
c:\usr\bin\libglib-2.0-0.dll
c:\usr\bin\libgmodule-2.0-0.dll
c:\usr\bin\libgobject-2.0-0.dll
c:\usr\bin\libgthread-2.0-0.dll
c:\usr\bin\libxml2.dll
c:\usr\bin\popt.dll
<<< Previous | Home | Next >>> |
Windows support | Up | Quotes from the Developers |