camerabin2: Adds video recording bin
authorThiago Santos <thiago.sousa.santos@collabora.co.uk>
Thu, 25 Nov 2010 17:57:13 +0000 (14:57 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>
Wed, 8 Dec 2010 18:38:26 +0000 (15:38 -0300)
commit0dce17a4e8e7d93f3246eab3d25b079d0eb25f6c
tree3dd60e98503f097da6b67ef4d255fcbdc633fc87
parent94da473ba7c216025f3c6c52897a6377ce72ba05
camerabin2: Adds video recording bin

Adds an bin that is responsible for encoding and saving video
streams to files.

For now it is simply a ffmpegcolorspace ! theoraenc ! oggmux !
 filesink bin.

Still uncapable of recording audio.
gst/camerabin2/Makefile.am
gst/camerabin2/gstplugin.c
gst/camerabin2/gstvideorecordingbin.c [new file with mode: 0644]
gst/camerabin2/gstvideorecordingbin.h [new file with mode: 0644]