[gst-devel] GStreamer on Windows

Andoni Morales ylatuya at gmail.com
Wed Oct 15 02:16:03 CEST 2008


>
> If OABuild doesn't have dshowsrcwrapper, how is it possible for OABuild to
> work "quite well" for anyone?  It seems as if dshowsrcwrapper is required
> for any pipeline.  For me, libdshowsrcwrapper.dll is the first module that
> fails to load, presumably because of the problem that you described.


It's possible using the  ffmpeg plugin.
The dshowsrcwrapper doesn't work for me with audio files, so I removed it
and forced gstreamer to use ffmpeg, wich decode almost everything.
Try downloading the binaries I compiled this morning:
http://downloads.sourceforge.net/longomatch/gstreamer-0.10.20-win32_x86.rar?use_mirror=
Extract them in path without spaces (I don't know why, but if you don't any
plugin is recognized)
Set the plugins path:
set GST_PLUGIN_PATH=c:\gstreamer\gst-libs
then try this pipeline:
gst-launch-0.10.exe filesrc location="c:\\dir\\file.avi ! decodebin !
ffmpegcolorspace ! directdrawsink
Remember to put a double backslash on the file path
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20081015/652f5461/attachment.htm>


More information about the gstreamer-devel mailing list