summaryrefslogtreecommitdiff
path: root/gst/camerabin2/gstplugin.c
AgeCommit message (Collapse)AuthorFilesLines
2011-01-24camerabin2: Removing videorecordingbinThiago Santos1-3/+0
Removing videorecordingbin as we now use encodebin for it
2010-12-23camerabin2: Rename v4l2camerasrc to wrappercamerabinsrcThiago Santos1-2/+2
Use a better name for the element that wraps single pad src element into a 3pad source required by camerabin2.
2010-12-08camerabin2: Adds a stub element for camerabin2Thiago Santos1-0/+3
Adds camerabin2 element, it is now a pile of stubs.
2010-12-08camerabin2: Adds video recording binThiago Santos1-0/+3
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.
2010-12-08camerabin2: Adding v4l2camerasrc from robclark's branchThiago Santos1-0/+3
Adds 3-pad v4l2 camera source from Rob Clark's camerabin branch on http://gitorious.org/robclark-gstreamer/gst-plugins-bad
2010-12-08camerabin2: Adds new imagecapturebinThiago Santos1-0/+3
Adds an bin that is responsible for image captures. It is a simple ffmpegcolorspace ! jpegenc ! jifmux ! multifilesink for now.
2010-12-08camerabin2: Move plugin init to a separate fileThiago Santos1-0/+40
Moves plugin init to gstplugin.c to allow multiple elements to register themselves.