<div dir="ltr">Did the `ninja install` command succeed? If you're running as a non-root user, you probably need to run `sudo ninja install`, since it will attempt to place files in a system directory that normal users don't have write access to.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Oct 16, 2020 at 4:46 AM peter12 <<a href="mailto:mikelblaz6@gmail.com">mikelblaz6@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I manage to have installed and compiled the plugin VA-API in GStreamer 1.14.<br>
<br>
However, I usually use  gstremaer 1.18, so I would like to compile to use in<br>
that version.<br>
<a href="https://github.com/GStreamer/gst-build" rel="noreferrer" target="_blank">https://github.com/GStreamer/gst-build</a><br>
<br>
Therefore, I download and unzip gstreamer-vaapi-1.18.0 from this source<br>
(<a href="http://www.linuxfromscratch.org/blfs/view/svn/multimedia/gstreamer10-vaapi.html" rel="noreferrer" target="_blank">http://www.linuxfromscratch.org/blfs/view/svn/multimedia/gstreamer10-vaapi.html</a>),<br>
and following the instrauctions I build it.<br>
<br>
mkdir build &&<br>
cd    build &&<br>
<br>
meson  --prefix=/usr       \<br>
       -Dbuildtype=release \<br>
       -Dpackage-origin=<a href="http://www.linuxfromscratch.org/blfs/view/svn/" rel="noreferrer" target="_blank">http://www.linuxfromscratch.org/blfs/view/svn/</a> &&<br>
ninja<br>
<br>
ninja install<br>
<br>
However, when I try to inspect if the elements are installed:<br>
<br>
$ gst-inspect-1.0 vaapi<br>
No such element or plugin 'vaapi'<br>
<br>
I have to say that i am new with GStreamer and in the ubuntu enviroment.<br>
What can I do?<br>
<br>
<br>
<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>