[Version] 0.4.11
[Profile] Common
[Issue Type] Update
[Dependency module] N/A
Change-Id: Iafefcce625d07de5dea16aebede4b4044830f63c
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
/* tbm */
tbm_bufmgr bufmgr;
- /* wayland */
- int parent_id;
-
/* media packet */
media_format_h pkt_fmt;
GMutex mp_data_mutex;
GMutex event_mutex;
} camera_idle_event_s;
-typedef struct _camera_wl_info_s {
- int parent_id;
- int window_x;
- int window_y;
- int window_width;
- int window_height;
-} camera_wl_info_s;
-
typedef struct _camera_cli_s {
intptr_t remote_handle;
camera_cb_info_s *cb_info;
Name: capi-media-camera
Summary: A Camera API
-Version: 0.4.10
+Version: 0.4.11
Release: 0
Group: Multimedia/API
License: Apache-2.0
}
}
- cb_info->parent_id = parent_id;
-
CAMERA_MSG_PARAM_SET(param0, INT, type);
CAMERA_MSG_PARAM_SET(param1, INT, parent_id);