1、安装GStreaamer SDK。
(参考《GStreamer开发环境搭建-笔记》。并以该文中的例子程序为例。)
2、设置编译选项。
CodeLite - Project Settings的Compiler Options和Linker Options里都添加:
`pkg-config --cflags --libs gstreamer-0.10`
3、设置自动提示。
CodeLite - Settings - Tags Options - ctags - Include Files里添加:
/usr/include/gstreamer-0.10
/usr/include/glib-2.0
/usr/lib/glib-2.0/include
/usr/include/libxml2