Skip to content

lcksk/gstmultimedialib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

gstmultimedialib

Automatically exported from code.google.com/p/gstmultimedialib Wrapper for gstreamer c library. The scope of this library is to provide an object oriented easy to use wrapper library for a gstreamer. One of the key features of this library is a support of the custom c++ based plugins which can modify or present in a special way the multimedia data. One example of those is a custom opengl based video sink. Simple example

Creating a filter graph and running it.

/// This code will construct a graph of the filters with a custom opengl based sink and a standard audio sink filters.

using namespace multimedia; PlaybinFilterGraph< CGLVideoSinkFilter, StandardAudioSinkFilter> graph( "v4l2:///dev/video0", CGLVideoSinkFilter ( device ) );

/// In order to start the stream you have to send a play signal. m_graph.sendSignal ( PlaySignal() );

About

Automatically exported from code.google.com/p/gstmultimedialib

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 47.3%
  • Logos 15.2%
  • COBOL 14.6%
  • C 14.1%
  • C# 3.7%
  • Java 1.4%
  • Other 3.7%