> 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