| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
| |
imagecapturebin has been replaced by encodebin, no need
for it anymore
|
|
|
|
|
|
|
|
| |
Remove the android/ top dir
Fixe the Makefile.am to be androgenized
To build gstreamer for android we are now using androgenizer which generates the needed Android.mk files.
Androgenizer can be found here: http://git.collabora.co.uk/?p=user/derek/androgenizer.git
|
|
|
|
| |
Removing videorecordingbin as we now use encodebin for it
|
| |
|
|
|
|
|
| |
Adds a helper struct and functions for implementing a preview message
in camerabin2.
|
| |
|
|
|
|
|
| |
Use a better name for the element that wraps single pad src element
into a 3pad source required by camerabin2.
|
|
|
|
|
| |
Move the base camera src class to gst-libs/gst/basecamerabinsrc to
allow it to be included from the tests.
|
|
|
|
| |
Adds camerabin2 element, it is now a pile of stubs.
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Adds 3-pad v4l2 camera source from Rob Clark's camerabin
branch on http://gitorious.org/robclark-gstreamer/gst-plugins-bad
|
|
|
|
|
|
|
| |
Adds an bin that is responsible for image captures.
It is a simple ffmpegcolorspace ! jpegenc ! jifmux ! multifilesink
for now.
|
|
|
|
|
| |
Moves plugin init to gstplugin.c to allow multiple
elements to register themselves.
|
|
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
|