<div dir="ltr"><br><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;"><div dir="ltr"><div class="gmail_quote"><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=" target="_blank">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</div></div></div></blockquote><div><br>I forgot to mention that the playbin pulgin, using gst-launch,&nbsp; never worked for me on windows as it always complains about a missing FILE plugin. But it works in my C app, strange behaviour...<br>
</div></div><br></div>