I'm currently trying to compile the first tutorial of Gstreamer but it doesn't work on my computer. I'm on Ubuntu with Eclipse. I have installed SDK et NDK Android and added to the path GSTRAMER_SDK_ROOT_ANDROID and ANDROID_NDK_HOME.
But the problem is in my Android.mk . The file gst/gst.h is not found :/ I have searched it in my folder "gstreamer-sdk-android-arm-debug-2013.6" I have downloaded from gstreamer website. And this file is in gstreamer-0.10.
How can I say to Eclipse to look into /include/gstreamer-0.10 rather than /include/gst/gst.h
( And it is the same with glib.h and other files ... :/ )
Someone has the solution please?