<div dir="ltr"><div><div><div>According to the documentation for GStreamer 1.2, the default for GST_PLUGIN_SYSTEM_PATH_1_0 and/or $GST_PLUGIN_SYSTEM_PATH, if not set, should include the path <br><br>  /usr/include/lib/gstreamer-1.0<br>
<br></div>I have a custom element that currently installs there if someone does the usual compilation dance of:<br><br></div>  ./configure<br>  make<br></div>  sudo make install<br><div><div><br></div><div>However, its not getting found by gstreamer, unless I add<br>
<br>  --gst-plugin-path=/usr/include/lib/gstreamer-1.0<br><br></div><div>to the command lines.<br><br></div><div>I tried to find out what the default set of paths on my OS is (CentOS 6.4) but it seems that gst_registry_get_path_list has recently been removed from the API, as has gst_registry_add_path, so I can't even tell my application to explicitly look in the correct place.<br>
<br></div><div><div><br><br clear="all"><div><br>-- <br>Stirling Westrup<br>Programmer, Entrepreneur.<br><a href="https://www.linkedin.com/e/fpf/77228" target="_blank">https://www.linkedin.com/e/fpf/77228</a><br><a href="http://www.linkedin.com/in/swestrup" target="_blank">http://www.linkedin.com/in/swestrup</a><br>
<a href="http://technaut.livejournal.com" target="_blank">http://technaut.livejournal.com</a><br><a href="http://sourceforge.net/users/stirlingwestrup" target="_blank">http://sourceforge.net/users/stirlingwestrup</a>
</div></div></div></div></div>