From 710faaef6874b95ab629e6ed89a505469abe93e5 Mon Sep 17 00:00:00 2001 From: Lasse Laukkanen Date: Mon, 20 Apr 2009 17:06:14 +0300 Subject: camerabin: allow configuring photography settings when in NULL state Cache the photography settings if set in NULL state and apply them later --- gst/camerabin/gstcamerabin.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gst/camerabin/gstcamerabin.h') diff --git a/gst/camerabin/gstcamerabin.h b/gst/camerabin/gstcamerabin.h index 1bb3f489..16b242c0 100644 --- a/gst/camerabin/gstcamerabin.h +++ b/gst/camerabin/gstcamerabin.h @@ -123,6 +123,9 @@ struct _GstCameraBin gboolean night_mode; gint pre_night_fps_n; gint pre_night_fps_d; + + /* Cache the photography interface settings */ + GstPhotoSettings photo_settings; }; /** -- cgit v1.2.1