*/
g_object_class_install_property (gobject_class, PROP_CAPTURE_MODE,
g_param_spec_enum ("capture-mode", "Capturing mode",
- "Defines what kind of capturing mode to be used",
- GST_TYPE_CAMERA_SRC_CAPTURE_MODE,
- GST_CAMERA_SRC_CAPTURE_MODE_VIEWFINDER,
- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
+ "Defines what kind of capturing mode is used. "
+ "If viewfinder is selected, the mode will be changed when the "
+ "resolution is not supported.",
+ GST_TYPE_CAMERA_SRC_CAPTURE_MODE,
+ GST_CAMERA_SRC_CAPTURE_MODE_VIEWFINDER,
+ G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
/**
* GstCameraSrc:viewfinder-mode:
* Fri Mar 22 2013 Marko Ollonen <marko.ollonen@ixonos.com> accepted/tizen_2.0/20130307.195130@ef9992c
- Set 50Hz flicker detection as default for secondary camera.
-- Stop af right after single shot focus has found.
+- Stop af right after single shot focus has found. TZSP-5164
+
+* Tue Mar 19 2013 Jussi Saavalainen <jussi.saavalainen@ixonos.com> submit/trunk/20130319.085552@0cd1fca
+- Describe changed "capture-mode" parameter behaviour in help text
+- Take resolution into account when picking default capture mode
+- Check for caps mmap compatibility before allocation
+- Only run configure once in build
+- Disable gtkdocize check in configure script
+- Enable Automake silent-rules for build
+- Remove invalid flags from configure call
* Thu Mar 14 2013 Marko Ollonen <marko.ollonen@ixonos.com> accepted/tizen_2.0/20130307.195130@06bcbf2
- fixate to VGA insted of largest possible.
Name: gst-plugins-atomisp
Summary: Camera source component for Intel Medfield ISP
-Version: 0.53
+Version: 0.54
Release: 1
Group: Applications/Multimedia
License: LGPLv2+