The EOS handling should be avoided in error case,
but, error code could not be updated in case of timeout error.
So, update the error code in that case.
[Version] 0.10.129
[Profile] Common
[Issue Type] Update
[Dependency module] N/A
Change-Id: I8437791467daee2f086f73350738699d2d0bec81
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
Name: libmm-camcorder
Summary: Camera and recorder library
-Version: 0.10.128
+Version: 0.10.129
Release: 0
Group: Multimedia/Libraries
License: Apache-2.0
_mmcam_dbg_log("EOS signal received");
} else {
_mmcam_dbg_err("EOS wait time out");
+
+ if (hcamcorder->error_code == MM_ERROR_NONE)
+ hcamcorder->error_code = MM_ERROR_CAMCORDER_RESPONSE_TIMEOUT;
}
} else {
_mmcam_dbg_log("already got EOS");