diff options
author | Lasse Laukkanen <ext-lasse.2.laukkanen@nokia.com> | 2010-06-08 10:04:52 +0300 |
---|---|---|
committer | Thiago Santos <thiago.sousa.santos@collabora.co.uk> | 2010-09-20 18:26:48 -0300 |
commit | 3e6a4edb15e4cd7e38c154bac691b22ce0c30c7b (patch) | |
tree | 017f88ce674fefa1e96a62e296d8ccf4565c3b43 /gst/camerabin/gstcamerabin.h | |
parent | 9bace27300ed323f4ce06b5dc9122276a1742a7e (diff) | |
download | gstreamer-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.h | 3 |
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; |