<div dir="ltr">On Tue, May 21, 2013 at 10:06 AM, Haiming Wang <span dir="ltr"><<a href="mailto:whm_buaa@hotmail.com" target="_blank">whm_buaa@hotmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">


<div><div dir="ltr">Hi Josh,<br><br>  Thank you very much for your timely help.<br>   Actually, before I see your email, I also tried exactly the same as you suggest.   But looks like libgstx264.dll depneds on other dlls. So I got an error as below:<br>

 <br><font color="#AC193D">D:\gstreamer-sdk\ossbuild\Build\Windows\Win32\Release\bin>gst-inspect-0.10 x264</font><font color="#AC193D"><br></font><font color="#AC193D"><br></font><font color="#AC193D">(gst-inspect-0.10:2192): GStreamer-WARNING **: Failed to load plugin 'D:\gstream</font><font color="#AC193D"><br>

</font><font color="#AC193D">er-sdk\0.10\x86\lib\gstreamer-0.10\libgstx264.dll': `D:\gstreamer-sdk\0.10\x86\l</font><font color="#AC193D"><br></font><font color="#AC193D">ib\gstreamer-0.10\libgstx264.dll': The specified module could not be found.</font><font color="#AC193D"><br>

</font><font color="#AC193D">No such element or plugin 'x264'</font></div></div></blockquote><div><br></div><div style>Remember there are two DLLs, one DLL contains the GStreamer plugin, and is placed in lib/gstreamer-0.10, the other DLL contains the actual x264 library, something like libx264.dll, which is placed in bin/. In cases like these, use Dependency Walker [1] to find why a plugin might not be loading (could be missing DLL dependency, or ABI incompatibility, i.e. version conflicts).</div>

<div style><br></div><div style>[1]: <a href="http://www.dependencywalker.com/">http://www.dependencywalker.com/</a></div><div style><br></div><div style>-Josh</div></div></div></div>