<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le sam. 6 juill. 2019 20 h 40, xargs <<a href="mailto:gstreamer@xargs.com">gstreamer@xargs.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I've built Qt 5.12.4 from source and GStreamer from git.  My goal is<br>
to be able to display video in a Qt application with the qmlgl<br>
GStreamer plugin.  I've built this successfully on an x86 Ubuntu<br>
platform, but when I build it on an ARM Ubuntu platform (Firefly), it<br>
all builds successfully, but gst-inspect cannot find the qmlgl plugin,<br>
while all other plugins are working as expected.<br>
<br>
Qt and GStreamer are installed in their default locations (/usr/local)<br>
<br>
Running ldd on libgstqmlgl.so returns no errors.<br>
<br>
$ set | grep PATH<br>
<br>
GST_PLUGIN_PATH=/usr/local/lib/gstreamer-1.0<br>
GST_PLUGIN_SYSTEM_PATH_1_0=/usr/local/lib/gstreamer-1.0<br>
LD_LIBRARY_PATH=/usr/local/lib:/usr/local/Qt-5.12.4/lib:/usr/local/lib/gstreamer-1.0<br>
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin<br>
<br>
$ gst-inspect-1.0 qmlgl<br>
No such element or plugin 'qmlgl'<br>
<br>
$ ls -l /usr/local/lib/gstreamer-1.0/libgstqmlgl.so<br>
-rwxr-xr-x 1 root root 2209752 Jul  5 12:38<br>
/usr/local/lib/gstreamer-1.0/libgstqmlgl.so<br>
<br>
gst-inspect-1.0 --gst-plugin-path=/usr/local/lib/gstreamer-1.0  qmlgl<br>
No such element or plugin 'qmlgl'<br>
<br>
Specifying the path to the plugin gives the expected results:<br>
<br>
$ gst-inspect-1.0 /usr/local/lib/gstreamer-1.0/libgstqmlgl.so<br>
<br>
Plugin Details:<br>
  Name                     qmlgl<br>
  Description              Qt gl plugin<br>
  Filename                 /usr/local/lib/gstreamer-1.0/libgstqmlgl.so<br>
  Version                  1.17.0.1<br>
  License                  LGPL<br>
  Source module            gst-plugins-good<br>
  Source release date      2019-07-05 04:34 (UTC)<br>
  Binary package           GStreamer Good Plug-ins git<br>
  Origin URL               Unknown package origin<br>
<br>
  qmlglsink: Qt Video Sink<br>
  qmlglsrc: Qt Video Source<br>
<br>
  2 features:<br>
  +-- 2 elements<br>
<br>
Any other plugin also gives the expected results without the path:<br>
<br>
$ gst-inspect-1.0 png<br>
<br>
Plugin Details:<br>
  Name                     png<br>
  Description              PNG plugin library<br>
  Filename                 /usr/local/lib/gstreamer-1.0/libgstpng.so<br>
  Version                  1.17.0.1<br>
  License                  LGPL<br>
  Source module            gst-plugins-good<br>
  Source release date      2019-07-05 04:34 (UTC)<br>
  Binary package           GStreamer Good Plug-ins git<br>
  Origin URL               Unknown package origin<br>
<br>
  pngdec: PNG image decoder<br>
  pngenc: PNG image encoder<br>
<br>
  2 features:<br>
  +-- 2 elements<br>
<br>
Does anyone have any ideas?<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">That is strange, have you considered removing the registry cache ? Maybe you have some clock/timestamp glitchs ? It happens sometimes on system that does not have a persistent RTC.</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://gstreamer-devel.966125.n4.nabble.com/" rel="noreferrer 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" rel="noreferrer">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a></blockquote></div></div></div>