-
Notifications
You must be signed in to change notification settings - Fork 34
Description
Hi.
#1. I have install the libavtp, log is like below.
#2. But, I'm fail to use the gstreamer to test with avtp.
root@ubuntu-vm:/opt/libavtp# sudo ninja -C build install
ninja: Entering directory `build'
ninja: warning: bad deps log signature or version; starting over
[24/25] Installing files.
Installing libavtp.so.0.1.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to libavtp.so.0.1.0 to /usr/local/lib/x86_64-linux-gnu/libavtp.so.0
Installing symlink pointing to libavtp.so.0 to /usr/local/lib/x86_64-linux-gnu/libavtp.so
Installing /opt/libavtp/include/avtp.h to /usr/local/include
Installing /opt/libavtp/include/avtp_aaf.h to /usr/local/include
Installing /opt/libavtp/include/avtp_crf.h to /usr/local/include
Installing /opt/libavtp/include/avtp_cvf.h to /usr/local/include
Installing /opt/libavtp/include/avtp_rvf.h to /usr/local/include
Installing /opt/libavtp/include/avtp_ieciidc.h to /usr/local/include
Installing /opt/libavtp/build/meson-private/avtp.pc to /usr/local/lib/x86_64-linux-gnu/pkgconfig
NOTICE: You are using Python 3.6 which is EOL. Starting with v0.62.0, Meson will require Python 3.7 or newer
root@ubuntu-vm:/opt/libavtp# cd ..
#3. This is my error, may you guide me how to solve it?
root@ubuntu-vm:/opt# cd gstreamer/
root@ubuntu-vm:/opt/gstreamer# gst-inspect-1.0 avtp
No such element or plugin 'avtp'
Thanks.
BR Rio