Problems instaling gstreamer-vaapi in Gstreamer 1.18

Tyler Compton xaviosx at gmail.com
Fri Oct 16 16:59:33 UTC 2020


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.

On Fri, Oct 16, 2020 at 4:46 AM peter12 <mikelblaz6 at gmail.com> wrote:

> I manage to have installed and compiled the plugin VA-API in GStreamer
> 1.14.
>
> However, I usually use  gstremaer 1.18, so I would like to compile to use
> in
> that version.
> https://github.com/GStreamer/gst-build
>
> Therefore, I download and unzip gstreamer-vaapi-1.18.0 from this source
> (
> http://www.linuxfromscratch.org/blfs/view/svn/multimedia/gstreamer10-vaapi.html
> ),
> and following the instrauctions I build it.
>
> mkdir build &&
> cd    build &&
>
> meson  --prefix=/usr       \
>        -Dbuildtype=release \
>        -Dpackage-origin=http://www.linuxfromscratch.org/blfs/view/svn/ &&
> ninja
>
> ninja install
>
> However, when I try to inspect if the elements are installed:
>
> $ gst-inspect-1.0 vaapi
> No such element or plugin 'vaapi'
>
> I have to say that i am new with GStreamer and in the ubuntu enviroment.
> What can I do?
>
>
>
>
>
>
> --
> Sent from: http://gstreamer-devel.966125.n4.nabble.com/
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20201016/b66abbf6/attachment.htm>


More information about the gstreamer-devel mailing list