VAAPI PLUGIN is not recognized

Hi,

/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvaapi.so

Although the ‘libgstvaapi.so’ is installed (compiled from source), failed to find it:

gst-inspect-1.0 vaapi
No such element or plugin ‘vaapi’

In general, I would like to encode 264 an MP4 video stream, and I understand that on my machine
this is the plugin to use

Try with sudo: sudo gst-inspect-1.0 vaapi. Also “vaapi” is old and the new is just called “va”: sudo gst-inspect-1.0 va.