summaryrefslogtreecommitdiff
path: root/gst/camerabin2/gstplugin.c
Commit message (Collapse)AuthorAgeFilesLines
* gst-plugins: allow per feature registrationStéphane Cerveau2021-04-111-7/+6
| | | | | | | | | | | | | Split plugin into features including dynamic types which can be indiviually registered during a static build. More details here: https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/199 https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/661 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2110>
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=687520
* camerabin2: rename to "camerabin"Tim-Philipp Müller2012-04-301-1/+1
| | | | But leave source code intact for now, for easier patch merging.
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
|
* camerabin2: don't mess with camerabin (1) namespaceStefan Kost2011-07-081-1/+1
| | | | Use an extra '2' to stay out of the old namespace.
* camerabin2: Remove obsolete imagecapturebinThiago Santos2011-05-161-3/+0
| | | | | imagecapturebin has been replaced by encodebin, no need for it anymore
* camerabin2: Removing videorecordingbinThiago Santos2011-01-241-3/+0
| | | | Removing videorecordingbin as we now use encodebin for it
* camerabin2: Rename v4l2camerasrc to wrappercamerabinsrcThiago Santos2010-12-231-2/+2
| | | | | Use a better name for the element that wraps single pad src element into a 3pad source required by camerabin2.
* camerabin2: Adds a stub element for camerabin2Thiago Santos2010-12-081-0/+3
| | | | Adds camerabin2 element, it is now a pile of stubs.
* camerabin2: Adds video recording binThiago Santos2010-12-081-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.
* camerabin2: Adding v4l2camerasrc from robclark's branchThiago Santos2010-12-081-0/+3
| | | | | Adds 3-pad v4l2 camera source from Rob Clark's camerabin branch on http://gitorious.org/robclark-gstreamer/gst-plugins-bad
* camerabin2: Adds new imagecapturebinThiago Santos2010-12-081-0/+3
| | | | | | | Adds an bin that is responsible for image captures. It is a simple ffmpegcolorspace ! jpegenc ! jifmux ! multifilesink for now.
* camerabin2: Move plugin init to a separate fileThiago Santos2010-12-081-0/+40
Moves plugin init to gstplugin.c to allow multiple elements to register themselves.