summaryrefslogtreecommitdiff
path: root/gst/camerabin2/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2011-01-24camerabin2: Removing videorecordingbinThiago Santos1-2/+0
Removing videorecordingbin as we now use encodebin for it
2011-01-24camerabin2: Move to encodebinThiago Santos1-1/+1
2011-01-24camerabin2: Add methods for preview image message postingThiago Santos1-1/+1
Adds a helper struct and functions for implementing a preview message in camerabin2.
2011-01-03camerabin2: fix cflags and libs order in Makefile.amTim-Philipp Müller1-3/+4
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-23camerabin2: Move basecamerasrc to gst-libsThiago Santos1-5/+2
Move the base camera src class to gst-libs/gst/basecamerabinsrc to allow it to be included from the tests.
2010-12-08camerabin2: Adds a stub element for camerabin2Thiago Santos1-0/+2
Adds camerabin2 element, it is now a pile of stubs.
2010-12-08camerabin2: Adds video recording binThiago Santos1-0/+2
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-3/+14
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-1/+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-1/+2
Moves plugin init to gstplugin.c to allow multiple elements to register themselves.
2010-12-08camerabin2: viewfinderbin: Adds viewfinderbin elementThiago Santos1-0/+15
Adds viewfinder bin element, one of the modules of camerabin2 that is responsible for displaying the video from the camera. For now it is only a bin with ffmpegcolorspace ! videoscale ! autovideosink