[Version] 0.4.17
[Issue Type] SVACE
Change-Id: Ie8e5b4dadf738d4a17323e29ac0712fb6fd6ce4f
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
Name: capi-media-webrtc
Summary: A WebRTC library in Tizen Native API
-Version: 0.4.16
+Version: 0.4.17
Release: 0
Group: Multimedia/API
License: Apache-2.0
ice = json_object_new();
json_object_set_string_member(ice, "candidate", candidate);
- json_object_set_int_member(ice, "sdpMLineIndex", mlineindex);
+ json_object_set_int_member(ice, "sdpMLineIndex", (gint64)mlineindex);
msg = json_object_new();
json_object_set_object_member(msg, "ice", ice);
{
GList *l;
gboolean ret = TRUE;
- gint64 end_time = g_get_monotonic_time() + timeout_sec * G_TIME_SPAN_SECOND;
+ gint64 end_time = g_get_monotonic_time() + (gint64)timeout_sec * G_TIME_SPAN_SECOND;
RET_VAL_IF(tbm == NULL, NULL, "tbm is NULL");
g_free(tbm);
}
-//LCOV_EXCL_STOP
\ No newline at end of file
+//LCOV_EXCL_STOP