gstreamer libary unresolved include
- by user300990
Hi
I wrote a simple C code with gstreamer libs( gstreamer example code manual ref )
The gstreamer headers are into /usr/include/gstreamer-0.10/gst
into my C code I wrote:
include "gstreamer-0.10/gst/gst.h"
I have this error:
there are unresolved includes inside
How to solve the problem?
I thank you...