summaryrefslogtreecommitdiff
path: root/gst/camerabin/gstcamerabin.h
diff options
context:
space:
mode:
authorLasse Laukkanen <ext-lasse.2.laukkanen@nokia.com>2010-06-08 10:04:52 +0300
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>2010-09-20 18:26:48 -0300
commit3e6a4edb15e4cd7e38c154bac691b22ce0c30c7b (patch)
tree017f88ce674fefa1e96a62e296d8ccf4565c3b43 /gst/camerabin/gstcamerabin.h
parent9bace27300ed323f4ce06b5dc9122276a1742a7e (diff)
downloadgstreamer-plugins-bad-3e6a4edb15e4cd7e38c154bac691b22ce0c30c7b.tar.gz
camerabin: remove caching photography interface settings
Camerabin doesn't implement photography interface, so we don't need caching the video source properties anymore.
Diffstat (limited to 'gst/camerabin/gstcamerabin.h')
-rw-r--r--gst/camerabin/gstcamerabin.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gst/camerabin/gstcamerabin.h b/gst/camerabin/gstcamerabin.h
index bd4a8e940..c2a6ffe1d 100644
--- a/gst/camerabin/gstcamerabin.h
+++ b/gst/camerabin/gstcamerabin.h
@@ -149,9 +149,6 @@ struct _GstCameraBin
gint pre_night_fps_n;
gint pre_night_fps_d;
- /* Cache the photography interface settings */
- GstPhotoSettings photo_settings;
-
/* Buffer probe id for captured image handling */
gulong image_captured_id;