[Release version 0.10.53] Change min values for width and height of display rectangle... 83/72283/1 accepted/tizen/common/20160603.151005 accepted/tizen/ivi/20160606.121123 accepted/tizen/mobile/20160606.120816 accepted/tizen/tv/20160606.120958 accepted/tizen/wearable/20160606.121049 submit/tizen/20160603.021103 submit/tizen/20160603.061849
authorJeongmo Yang <jm80.yang@samsung.com>
Tue, 31 May 2016 09:26:13 +0000 (18:26 +0900)
committerJeongmo Yang <jm80.yang@samsung.com>
Tue, 31 May 2016 09:26:13 +0000 (18:26 +0900)
Change-Id: Ie5bfef105d4990ebbd4ade46baca2e3a342c7d35
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
packaging/libmm-camcorder.spec
src/mm_camcorder_attribute.c

index abd6e5c..dc46ff8 100644 (file)
@@ -2,7 +2,7 @@
 
 Name:       libmm-camcorder
 Summary:    Camera and recorder library
-Version:    0.10.52
+Version:    0.10.53
 Release:    0
 Group:      Multimedia/Libraries
 License:    Apache-2.0
index 01526fd..4a10fb8 100644 (file)
@@ -733,7 +733,7 @@ _mmcamcorder_alloc_attribute( MMHandleType handle, MMCamPreset *info )
                        MM_ATTRS_FLAG_RW,
                        {(void*)0},
                        MM_ATTRS_VALID_TYPE_INT_RANGE,
-                       {.int_min = 0},
+                       {.int_min = 1},
                        {.int_max = _MMCAMCORDER_MAX_INT},
                        _mmcamcorder_commit_display_rect,
                },
@@ -744,7 +744,7 @@ _mmcamcorder_alloc_attribute( MMHandleType handle, MMCamPreset *info )
                        MM_ATTRS_FLAG_RW,
                        {(void*)0},
                        MM_ATTRS_VALID_TYPE_INT_RANGE,
-                       {.int_min = 0},
+                       {.int_min = 1},
                        {.int_max = _MMCAMCORDER_MAX_INT},
                        _mmcamcorder_commit_display_rect,
                },