gstreamer/gst/camerabin
Lasse Laukkanen 5c2f805199 camerabin: Create imagebin elements when image mode is set in camerabin NULL state
This patch refactors imagebin element creation and linking into separate functions,
and adds re-using also for imagebin internally created elements.

So this refactoring allows creating imagebin elements already in NULL state when
application sets the image mode, and next state change from NULL to READY will be faster.
This reduces first capture latency.

Earlier the elements were both created and linked in NULL to READY state change.
2010-11-23 10:04:24 -03:00
..
.gitignore camerabin: Add .gitignore to hide generated signal marshaller files. 2009-02-11 01:59:27 +02:00
camerabindebug.h camerabin: Move debug category declaration to a separate file 2010-06-21 10:25:15 -03:00
camerabingeneral.c camerabin: Use link_full version for disabling hierarchy check 2010-09-22 23:47:08 -03:00
camerabingeneral.h camerabin: Move debug category declaration to a separate file 2010-06-21 10:25:15 -03:00
camerabinimage.c camerabin: Create imagebin elements when image mode is set in camerabin NULL state 2010-11-23 10:04:24 -03:00
camerabinimage.h camerabin: Create imagebin elements when image mode is set in camerabin NULL state 2010-11-23 10:04:24 -03:00
camerabinpreview.c camerabin: Add missing change to previous commits 2010-11-02 10:24:49 -03:00
camerabinpreview.h camerabin: Forward tag events to preview pipeline 2010-09-20 21:21:58 -03:00
camerabinvideo.c camerabin: Do not use audio clock after stopping video capture 2010-11-18 10:58:06 -03:00
camerabinvideo.h camerabin: rename function and variable names, update documentation 2010-04-13 12:00:31 -03:00
gstcamerabin-enum.c camerabin: Adds new video-colorspace-flag to flags 2010-09-22 23:47:08 -03:00
gstcamerabin-enum.h camerabin: Adds 'idle' property 2010-11-04 22:48:02 -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: Create imagebin elements when image mode is set in camerabin NULL state 2010-11-23 10:04:24 -03:00
gstcamerabin.h camerabin: Adds 'idle' property 2010-11-04 22:48:02 -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
Makefile.am camerabin: remove photography interface implementation from camerabin 2010-09-20 18:26:47 -03:00
TODO camerabin: track todo items 2009-07-15 12:20:17 +03:00