gstreamer/gst/camerabin
Thiago Santos 07279bac7b camerabin: mode can be only image or video
No need to check if camerabin is on video mode if it isn't on
image mode as those are the only 2 modes available.

Additionally, if mode gets corrupted somehow and would be neither
image or video it would cause a null pointer dereferencing some
lines of code below, so this is safer.
2010-12-28 17:16:05 -03:00
..
.gitignore
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
gstcamerabin.c camerabin: mode can be only image or video 2010-12-28 17:16:05 -03:00
gstcamerabin.h camerabin: Adds 'idle' property 2010-11-04 22:48:02 -03:00
gstcamerabincolorbalance.c
gstcamerabincolorbalance.h
Makefile.am camerabin: remove photography interface implementation from camerabin 2010-09-20 18:26:47 -03:00
TODO