<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&#39;t have dshowsrcwrapper, how is it possible for OABuild to<br>

work &quot;quite well&quot; for anyone? &nbsp;It seems as if dshowsrcwrapper is required<br>
for any pipeline. &nbsp;For me, libdshowsrcwrapper.dll is the first module that<br>
fails to load, presumably because of the problem that you described.&nbsp; </blockquote><div>&nbsp;</div><div>It&#39;s possible using the&nbsp; ffmpeg plugin.<br>The dshowsrcwrapper doesn&#39;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&#39;t know why, but if you don&#39;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=&quot;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>