Add "pid" field to message for video recorder handle creation 77/117677/1 accepted/tizen/common/20170309.174923 accepted/tizen/ivi/20170308.120227 accepted/tizen/mobile/20170308.120154 accepted/tizen/tv/20170308.120205 accepted/tizen/unified/20170310.075716 accepted/tizen/wearable/20170308.120217 submit/tizen/20170307.122057 submit/tizen_unified/20170310.011401
authorJeongmo Yang <jm80.yang@samsung.com>
Tue, 28 Feb 2017 10:03:46 +0000 (19:03 +0900)
committerJeongmo Yang <jm80.yang@samsung.com>
Tue, 7 Mar 2017 05:44:42 +0000 (14:44 +0900)
[Version] 0.2.52
[Profile] Common
[Issue Type] Update
[Dependency module] N/A
[Test] [M(T) - Boot=(OK), sdb=(OK), Home=(OK), Touch=(OK), Version=tizen-3.0-mobile_20170227.2]

Change-Id: Ia6b21ff68b306a76ff5d3fec174b7a46a84f4cb1
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
packaging/capi-media-recorder.spec
src/recorder.c

index 998374c..7ef53e0 100644 (file)
@@ -1,6 +1,6 @@
 Name:       capi-media-recorder
 Summary:    A Recorder API
-Version:    0.2.51
+Version:    0.2.52
 Release:    0
 Group:      Multimedia/API
 License:    Apache-2.0
index 30a9cbe..87b5b8f 100644 (file)
@@ -1520,6 +1520,7 @@ static int _recorder_create_common(recorder_h *recorder, muse_recorder_type_e ty
                send_msg = muse_core_msg_json_factory_new(MUSE_RECORDER_API_CREATE,
                        MUSE_TYPE_INT, "module", MUSE_RECORDER,
                        MUSE_TYPE_INT, PARAM_RECORDER_TYPE, MUSE_RECORDER_TYPE_VIDEO,
+                       MUSE_TYPE_INT, "pid", getpid(),
                        MUSE_TYPE_POINTER, "camera_handle", camera_handle,
                        NULL);
        }