summaryrefslogtreecommitdiffstats
path: root/gst/camerabin/gstcamerabin.h
diff options
context:
space:
mode:
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;
};
/**