make is not finding libgstapp - appsrc

Mandar Joshi emailmandar at gmail.com
Sat Nov 12 05:22:06 UTC 2016


> So, in Eclipse wherever, you have specified "-llibgstapp", also enter
> "-L/usr/lib/x86_64-linux-gnu/gstreamer-1.0/" without the quotes.
Sorry, made an error.
An example command to link to a library is
gcc -o test test.c -lgstapp-1.0
and not
gcc -o test test.c -llibgstapp-1.0


More information about the gstreamer-devel mailing list