I'm trying to compile the Pulse Effects project and I faced this issue after running meson build
:
Dependency gstreamer-1.0 found: NO (tried pkgconfig and cmake)
src/meson.build:97:0: ERROR: Dependency "gstreamer-1.0" not found, tried pkgconfig and cmake
But surely it has been installed and sudo apt install gstreamer-1.0
says:
libqt5gstreamer-1.0-0 is already the newest version (1.2.0-5).
gir1.2-gstreamer-1.0 is already the newest version (1.14.5-0ubuntu1~18.04.1)
I use ubuntu 18.04.
Any idea?