[camera] Fix parameter types 57/207657/1
authorJeongmo Yang <jm80.yang@samsung.com>
Tue, 11 Jun 2019 01:09:43 +0000 (10:09 +0900)
committerJeongmo Yang <jm80.yang@samsung.com>
Tue, 11 Jun 2019 01:09:43 +0000 (10:09 +0900)
[Version] 0.0.22
[Profile] Common
[Issue Type] Bug fix

Change-Id: I585f5871c60d309426e18a256ad58c74d03c190b
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
include/camera/tizen-camera.h
packaging/mm-hal-interface.spec

index a1f1fcf5e23d8568fedd97d74868ff169b91af8d..2d8eeaa134b64604144a25d7da27fc8eb15cd825 100644 (file)
@@ -570,8 +570,8 @@ typedef struct camera_interface {
        int (*start_record)(void *camera_handle, camera_video_frame_cb callback, void *user_data);
        int (*release_video_buffer)(void *camera_handle, int buffer_index);
        int (*stop_record)(void *camera_handle);
-       int (*set_command)(void *camera_handle, int command, void *value);
-       int (*get_command)(void *camera_handle, int command, void **value);
+       int (*set_command)(void *camera_handle, int64_t command, void *value);
+       int (*get_command)(void *camera_handle, int64_t command, void **value);
        int (*set_batch_command)(void *camera_handle, camera_batch_command_control_t *batch_command, int64_t *error_command);
 } camera_interface_t;
 
index eca2359bbea7c33f8761a0f25e24da7bdec42bc5..e76d28fa61caa3f9ccc96e21894700ce4190cf41 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       mm-hal-interface
 Summary:    Multimedia HAL Interface
-Version:    0.0.21
+Version:    0.0.22
 Release:    0
 Group:      Multimedia/Development
 License:    Apache-2.0