<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">If OABuild doesn't have dshowsrcwrapper, how is it possible for OABuild to<br>
work "quite well" for anyone? It seems as if dshowsrcwrapper is required<br>
for any pipeline. For me, libdshowsrcwrapper.dll is the first module that<br>
fails to load, presumably because of the problem that you described. </blockquote><div> </div><div>It's possible using the ffmpeg plugin.<br>The dshowsrcwrapper doesn't work for me with audio files, so I removed it and forced gstreamer to use ffmpeg, wich decode almost everything.<br>
Try downloading the binaries I compiled this morning:<br><a href="http://downloads.sourceforge.net/longomatch/gstreamer-0.10.20-win32_x86.rar?use_mirror=">http://downloads.sourceforge.net/longomatch/gstreamer-0.10.20-win32_x86.rar?use_mirror=</a><br>
Extract them in path without spaces (I don't know why, but if you don't any plugin is recognized)<br>Set the plugins path:<br>set GST_PLUGIN_PATH=c:\gstreamer\gst-libs<br>then try this pipeline:<br>gst-launch-0.10.exe filesrc location="c:\\dir\\file.avi ! decodebin ! ffmpegcolorspace ! directdrawsink<br>
Remember to put a double backslash on the file path<br><br></div><br></div><br></div>