Gstreamer programming, gstreamer Video Player
I. Introduction
GStreamer is an open-source Multimedia Framework library. It can be used to construct a series of media processing modules, including processing from simple ogg playing functions to complex audio (sound mixing) and video (non-linear editing. Applications can utilize decoding and filtering technologies transparently. Developers can use simple and common interfaces to write a simple plug-in to add a new decoder or filter.
Ii. installation and configuration
1) yum Method
Yum install gstreamer-devel
Yum install gstreamer-plugins-base-devel
2) source code
Http://gstreamer.freedesktop.org/download/
Iii. Tutorial
Http://blog.csdn.net/sakulafly/article/category/1819383
Iv. programming examples
1) Compile an mp3 player
Http://www.cnblogs.com/274914765qq/p/5090299.html
Reference: http://docs.gstreamer.com/display/GstSDK/Home