<div dir="ltr">Added and additional conf file to /etc/ld.so.conf.d/ with the path to gstreamer plugins folder, rebuilt ldconfig cache, deleted gstreamer cache. I'm out of ideas once again. <div><br></div><div><div><font face="monospace, monospace">nexusdev@ubuntu:/etc/ld.so.conf.d$ ldconfig -p | grep vpx</font></div><div><font face="monospace, monospace"><span style="white-space:pre-wrap">  </span>libvpx.so.1 (libc6,x86-64) => /usr/local/lib/libvpx.so.1</font></div><div><font face="monospace, monospace"><span style="white-space:pre-wrap">       </span>libvpx.so (libc6,x86-64) => /usr/local/lib/libvpx.so</font></div><div><font face="monospace, monospace"><span style="white-space:pre-wrap">   </span>libgstvpx.so (libc6,x86-64) => /usr/local/lib/gstreamer-1.0/libgstvpx.so</font></div></div><div><div><font face="monospace, monospace">nexusdev@ubuntu:/etc/ld.so.conf.d$ gst-inspect-1.0 | grep vpx</font></div><div><font face="monospace, monospace">nexusdev@ubuntu:/etc/ld.so.conf.d$</font> </div></div><div><br></div><div>cheers</div><div><br></div><div class="gmail_extra"><br><div class="gmail_quote">2015-01-24 16:50 GMT+01:00 Sérgio Agostinho <span dir="ltr"><<a href="mailto:sergio.r.agostinho@gmail.com" target="_blank">sergio.r.agostinho@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Thanks for the suggestions. The plugins got built as I initially showed when listing /usr/local/lib/gstreamer-1.0</div><div><br></div><div><span style="font-size:13px">/usr/local/lib/gstreamer-1.0/ is indeed my one and only plugin folder</span><br></div><div><span style="font-size:13px"><br></span></div>I tried rebuilding and reinstalling gst-plugins-good 1.4.4 with those envs you mentioned. I also built the shared libs of libvpx. Ld config does not seem to be set. Here's some more info.<br><div><br></div><div><div><font face="monospace, monospace">nexusdev@ubuntu:~/Development/3rdparty/gst-plugins-good-1.4.4/build$ echo $LD_LIBRARY_PATH</font></div><div><font face="monospace, monospace">/usr/local/lib:</font></div></div><div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">nexusdev@ubuntu:~/Development/3rdparty/gst-plugins-good-1.4.4/build$ echo $GST_PLUGIN_PATH</font></div><div><font face="monospace, monospace">/usr/local/lib/gstreamer-1.0:</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">nexusdev@ubuntu:~/Development/3rdparty/gst-plugins-good-1.4.4/build$ pkg-config --modversion vpx</font></div><div><font face="monospace, monospace">1.3.0</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">nexusdev@ubuntu:~/Development/3rdparty/gst-plugins-good-1.4.4/build$ ls /usr/local/lib | grep vpx</font></div><div><font face="monospace, monospace">libvpx.a</font></div><div><font face="monospace, monospace">libvpx.so</font></div><div><font face="monospace, monospace">libvpx.so.1</font></div><div><font face="monospace, monospace">libvpx.so.1.3</font></div><div><font face="monospace, monospace">libvpx.so.1.3.0</font></div></div><div><font face="monospace, monospace"><br></font></div><div><div><font face="monospace, monospace">nexusdev@ubuntu:~/Development/3rdparty/gst-plugins-good-1.4.4/build$ ls /usr/local/lib/gstreamer-1.0/ | grep vpx</font></div><div><font face="monospace, monospace"><a href="http://libgstvpx.la" target="_blank">libgstvpx.la</a></font></div><div><font face="monospace, monospace">libgstvpx.so</font></div></div><div><font face="monospace, monospace"><br></font></div><div><div><font face="monospace, monospace">nexusdev@ubuntu:~/Development/3rdparty/gst-plugins-good-1.4.4/build$ cat /etc/ld.so.conf.d/*.conf</font></div><div><font face="monospace, monospace">/opt/AMDAPPSDK-2.9-1/lib/x86_64</font></div><div><font face="monospace, monospace">/opt/AMDAPPSDK-2.9-1/lib/x86</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace"># libc default configuration</font></div><div><font face="monospace, monospace">/usr/local/lib</font></div><div><font face="monospace, monospace"># Multiarch support</font></div><div><font face="monospace, monospace">/lib/x86_64-linux-gnu</font></div><div><font face="monospace, monospace">/usr/lib/x86_64-linux-gnu</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">/usr/lib/fglrx</font></div><div><font face="monospace, monospace">/usr/lib32/fglrx</font></div><div><font face="monospace, monospace"># Legacy biarch compatibility support</font></div><div><font face="monospace, monospace">/lib32</font></div><div><font face="monospace, monospace">/usr/lib32</font></div></div><div><br></div><div>Cheers, </div><span><font color="#888888"><div>Sérgio</div></font></span></div><div><div><div class="gmail_extra"><br><div class="gmail_quote">2015-01-24 16:41 GMT+01:00 Nicolas Dufresne <span dir="ltr"><<a href="mailto:nicolas.dufresne@collabora.com" target="_blank">nicolas.dufresne@collabora.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Le 2015-01-24 10:28, Tim Müller a écrit :<span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Looks like it only built the static version of the library, not the<br>
shared one. Try passing --enable-shared to libvpx's configure.<br>
</blockquote></span>
I assumed if the plugin got build, it was statically linked.<span><font color="#888888"><br>
<br>
Nicolas</font></span><div><div><br>
______________________________<u></u>_________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.<u></u>freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/<u></u>mailman/listinfo/gstreamer-<u></u>devel</a><br>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div></div>