From: YoungHun Kim Date: Thu, 7 Apr 2016 07:15:46 +0000 (+0900) Subject: Add muse_core_send_module_addr because of mmsvc-core patch X-Git-Tag: submit/tizen/20160411.043112^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=531fa436d8b1b5ab21b18a131e16b11238e90e4f;p=platform%2Fcore%2Fapi%2Fplayer.git Add muse_core_send_module_addr because of mmsvc-core patch Change-Id: I242f9708e2a8be1f41a2907a31e40dbba38813bc --- diff --git a/src/player.c b/src/player.c index fd20e8b..d86427b 100644 --- a/src/player.c +++ b/src/player.c @@ -1113,7 +1113,7 @@ int player_create(player_h * player) *player = (player_h) pc; if (player_msg_get_type(module_addr, ret_buf, POINTER)) { pc->cb_info->data_fd = muse_core_client_new_data_ch(); - muse_core_send_client_addr(module_addr, pc->cb_info->data_fd); + muse_core_send_module_addr(module_addr, pc->cb_info->data_fd); LOGD("Data channel fd %d, muse module addr %p", pc->cb_info->data_fd, module_addr); } SERVER_TIMEOUT(pc) = MAX_SERVER_TIME_OUT; /* will be update after prepare phase. */