<div dir="ltr"><div dir="ltr">There are a number of different ways to tell gstreamer where to search for plugins.<div><br></div><div>One method is to set the environment variable GST_PLUGIN_PATH.</div><div><br></div><div>Another method is to use a parameters which available on any of the gstreamer command-line tools.</div><div><br></div><div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><div><font face="monospace, monospace">  --gst-plugin-path=PATHS              Colon-separated paths containing plugins</font></div><div><font face="monospace, monospace">  --gst-plugin-load=PLUGINS            Comma-separated list of plugins to preload in addition to the list stored in environment variable GST_PLUGIN_PATH</font></div></div></blockquote></div><div><br></div></div></div><br><div class="gmail_quote"><div dir="ltr">On Fri, Nov 30, 2018 at 5:16 AM Sharden <<a href="mailto:vickarchuck@yandex.ru">vickarchuck@yandex.ru</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thank you for your answer!<br>
Including additional prop files didnt help much and config.h wasn't found.<br>
<br>
I've created my own definitions of VERSION and PACKAGE variables and<br>
everything was built successfully.<br>
<br>
However I am not able to discover my new plugin with gst-inspect tool. I<br>
assume it should be discoverable, isn't it?<br>
<br>
I placed my dll plugin file directly in the GST_PLUGIN_PATH directory<br>
(%GSTREAMER_1_0_ROOT_X86_64%\lib\gstreamer-1.0 in my case) and tried to<br>
launch gst-inspect (from %GSTREAMER_1_0_ROOT_X86_64%\bin directory)<br>
providing it with the name of my plugin. I also tried the description of the<br>
plugin and the name of the dll file where the plugin is stored. No success.<br>
I assume that I've built the plugin wrong.<br>
<br>
Does anyone know what can possibly lead to that?<br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://gstreamer-devel.966125.n4.nabble.com/" rel="noreferrer" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div>