summaryrefslogtreecommitdiffstats
path: root/gst/camerabin/gstcamerabin.h
diff options
context:
space:
mode:
authorLasse Laukkanen <ext-lasse.2.laukkanen@nokia.com>2009-04-20 17:06:14 +0300
committerStefan Kost <ensonic@users.sf.net>2009-06-05 15:51:30 +0300
commit710faaef6874b95ab629e6ed89a505469abe93e5 (patch)
treea6b391b5eb62919784e89a3a3c1c1581729db458 /gst/camerabin/gstcamerabin.h
parent9dc5c1ffb2b7b117636cd80acfde9fa41248eb3a (diff)
downloadgst-plugins-bad-710faaef6874b95ab629e6ed89a505469abe93e5.tar.gz
gst-plugins-bad-710faaef6874b95ab629e6ed89a505469abe93e5.tar.bz2
gst-plugins-bad-710faaef6874b95ab629e6ed89a505469abe93e5.zip
camerabin: allow configuring photography settings when in NULL state
Cache the photography settings if set in NULL state and apply them later
Diffstat (limited to 'gst/camerabin/gstcamerabin.h')
-rw-r--r--gst/camerabin/gstcamerabin.h3
1 files changed, 3 insertions, 0 deletions
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;
};
/**