gstreamer/gst/camerabin
Lasse Laukkanen d25a9ca8aa camerabin: add video-source-filter property
Add video-source-filter property that can be used to inject application
specific gstreamer element to camerabin pipeline. The video-source-filter
element will process all frames coming from video source.

One could add image analyzers to collect information about the stream,
or add image enhancers to improve capture quality, for example.
2010-04-13 12:00:30 -03:00
..
.gitignore camerabin: Add .gitignore to hide generated signal marshaller files. 2009-02-11 01:59:27 +02:00
camerabingeneral.c camerabin: fix NULL -> READY state change failure handling. 2010-03-11 10:36:26 +02:00
camerabingeneral.h camerabin: set camerabin default sources/sinks like in playbin2. Fixes #574434 2009-10-24 15:14:25 +03:00
camerabinimage.c gst_element_class_set_details => gst_element_class_set_details_simple 2010-03-18 22:46:41 +01:00
camerabinimage.h camerabin: add flags property. Fixes #573370 (partially) 2009-11-27 11:42:36 +02:00
camerabinpreview.c camerabin: don't use gst_bus_poll() when creating preview image 2010-03-11 10:36:26 +02:00
camerabinpreview.h camerabin: implement video preview creation 2009-10-24 15:14:25 +03:00
camerabinvideo.c gst_element_class_set_details => gst_element_class_set_details_simple 2010-03-18 22:46:41 +01:00
camerabinvideo.h camerabin: add flags property. Fixes #573370 (partially) 2009-11-27 11:42:36 +02:00
gstcamerabin-enum.c camerabin: add flags property. Fixes #573370 (partially) 2009-11-27 11:42:36 +02:00
gstcamerabin-enum.h camerabin: add video-source-filter property 2010-04-13 12:00:30 -03:00
gstcamerabin-marshal.list camerabin: change img-done signal parameter from GString* to const gchar* 2009-04-16 15:19:20 +03:00
gstcamerabin.c camerabin: add video-source-filter property 2010-04-13 12:00:30 -03:00
gstcamerabin.h camerabin: add video-source-filter property 2010-04-13 12:00:30 -03:00
gstcamerabincolorbalance.c Add camerabin element. 2009-02-09 10:22:09 +02:00
gstcamerabincolorbalance.h Add camerabin element. 2009-02-09 10:22:09 +02:00
gstcamerabinphotography.c camerabin: photography interface properties. Fixes #573370 (partially) 2009-11-27 15:10:57 +02:00
gstcamerabinphotography.h camerabin: photography interface properties. Fixes #573370 (partially) 2009-11-27 15:10:57 +02:00
Makefile.am camerabin: add flags property. Fixes #573370 (partially) 2009-11-27 11:42:36 +02:00
TODO camerabin: track todo items 2009-07-15 12:20:17 +03:00