gstreamer/gst/camerabin2
Thiago Santos 0b02e595f3 camerabin2: Changing how some properties work
Some properties (like viewfinder-filter) only are taken into use
on NULL->READY transitions and the get/set property was returning
the currently in use value, instead of the last set.

This is bad, as after setting 'a' to 'x', you expect that getting 'a'
will return 'x'. This patch fixes it.

If needed, later we could add current-* properties that are readonly
and get the current value in use.
2011-05-16 18:08:40 -03:00
..
camerabin2-src.txt camerabin2: Adding camera source documentation file 2011-05-16 18:08:39 -03:00
camerabingeneral.c camerabin2: Improve missing plugin message 2011-05-16 18:08:39 -03:00
camerabingeneral.h camerabin2: Move preview helper functions to basecamerabinsrc 2011-03-10 08:42:00 -03:00
gstcamerabin2.c camerabin2: Changing how some properties work 2011-05-16 18:08:40 -03:00
gstcamerabin2.h basecamerasrc: camerabin2: wrappercamerabinsrc: Add read-only max-zoom prop 2011-03-23 16:48:11 -03:00
gstimagecapturebin.c camerabin2: Adding missing plugin error messages 2011-05-16 18:08:40 -03:00
gstimagecapturebin.h camerabin2: add imagecapturebin::image-muxer property 2010-12-23 13:18:57 -03:00
gstplugin.c camerabin2: Removing videorecordingbin 2011-01-24 14:50:29 -03:00
gstviewfinderbin.c camerabin2: Adding missing plugin error messages 2011-05-16 18:08:40 -03:00
gstviewfinderbin.h viewfinderbin: Fixes to video-sink handling 2010-12-23 13:18:57 -03:00
gstwrappercamerabinsrc.c basecamerasrc: camerabin2: wrappercamerabinsrc: Add read-only max-zoom prop 2011-03-23 16:48:11 -03:00
gstwrappercamerabinsrc.h camerabin2: Moving preview image properties to basecamerasrc 2011-03-10 08:42:00 -03:00
Makefile.am android: make it ready for androgenizer 2011-04-11 07:27:11 +02:00
PORTING camerabin2: Updating PORTING file 2011-05-16 18:08:40 -03:00