Describe changed "capture-mode" parameter behaviour in help text
authorJussi Saavalainen <jussi.saavalainen@ixonos.com>
Fri, 22 Mar 2013 11:55:03 +0000 (13:55 +0200)
committerJussi Saavalainen <jussi.saavalainen@ixonos.com>
Fri, 22 Mar 2013 11:55:03 +0000 (13:55 +0200)
Change-Id: Ia79742fe5ecf4b5e28b79a1fe130f2bf4b05edf8

gst-libs/gst/camera/gstmfldcamerasrc.c
packaging/gst-plugins-atomisp.changes
packaging/gst-plugins-atomisp.spec

index 64babe1..d0e49b9 100644 (file)
@@ -494,10 +494,12 @@ gst_camerasrc_class_init (GstCameraSrcClass * klass)
    */
   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:
index 693739f..1a6a49d 100644 (file)
@@ -1,6 +1,15 @@
 * 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.
index ba196b1..9925a96 100644 (file)
@@ -1,6 +1,6 @@
 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+