| gstreamermm
    1.10.0
    | 
gstreamermm provides C++ bindings for the GStreamer streaming multimedia library. With gstreamermm it is possible to develop applications that work with multimedia in C++. For instance, see Gst::Element, Gst::Bin and Gst::Pipeline.
Some form of the Gst::init() method must be called before using the library's classes, functions, etc. To get a deeper understanding of how to set up pipelines, deal with elements, pads, etc., see the GStreamer Application Development Manual.
The following includes the gstreamermm header:
 (You may include individual headers, such as gstreamermm/pipeline.h instead.)
If your source file is program.cc, you can compile it with: 
Alternatively, if using autoconf, use the following in configure.ac: 
 Then use the generated GSTREAMERMM_1_0_CFLAGS and GSTREAMERMM_1_0_LIBS variables in the project Makefile.am files. For example: 
 1.8.13
 1.8.13