- The type of exposure value is integer, not fraction.
[Version] 0.10.260
[Issue Type] Bug fix
Change-Id: If4430916d7db6890b02ce2c6c53fcf6ccc3fdd8a
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
Name: libmm-camcorder
Summary: Camera and recorder library
-Version: 0.10.259
+Version: 0.10.260
Release: 0
Group: Multimedia/Libraries
License: Apache-2.0
check_scene_mode = TRUE;
} else if (attr_idx == MM_CAM_CAMERA_EXPOSURE_VALUE) {
exposure_type = GST_CAMERA_CONTROL_EXPOSURE_VALUE;
- mslVal1 = newVal1 = MM_CAMCORDER_GET_NUMERATOR(ivalue);
- mslVal2 = newVal2 = MM_CAMCORDER_GET_DENOMINATOR(ivalue);
+ mslVal1 = newVal1 = ivalue;
}
if (check_scene_mode) {