<div dir="ltr">On Mon, May 20, 2013 at 10:16 PM, 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 Buddies,<div><br></div><div>   Recent days I'm trying the GStreamer Windows SDK.  When I tried to build  a h264+rtcp+udp sender pipeline,   I found x264enc is not built </div><div>in the latest windows SDK.  </div>

<div><br></div><div>    Then I decide try to build the x264 plugin myself.</div><div>  </div><div> I  download the OSSBuild project, and fortunately the build passed.   Now I want to install x264 plugin to my installed SDK. I tried to copy x264.dll, x264.lib to some directory under the installed SD directory, but did't succeed. When I use gst-inspect x264enc,  it still can not find it.</div>

<div><br></div><div>  Any one can tell me what should I do?</div><div><br></div><div>  Thank you very much for your help in advance!</div></div></div></blockquote><div><br></div><div style>You have several ways:</div><div style>

1) gst-inspect-0.10 /path/to/plugindir/x264.dll, which will inspect the file directly </div><div style>2) gst-inspect-0.10 --gst-plugin-load=/path/to/plugindir/x264.dll x264enc, which will load the plugin, then let you inspect elements contained in it</div>

<div style>3) set GST_PLUGIN_PATH=/path/to/plugindir, which gst-inspect and gst-launch will then search for plugins</div><div style><br></div><div style>I don't think you should encounter any API/ABI problems, but if you do I'd suggest building x264 using cerbero, as recipes for x264 have recently been added, and it's actually quite easy to do. This also means the next release of the SDK should include x264, though it remains to be seen if there will even be another 0.10 release; I'd suggest you move to 1.0 at the earliest possible moment since 0.10 is no longer maintained.</div>

<div style><br></div><div style>-Josh</div></div></div></div>