Add muse_core_send_module_addr because of mmsvc-core patch 82/65082/4 accepted/tizen/common/20160411.130155 accepted/tizen/ivi/20160411.095753 accepted/tizen/mobile/20160411.095717 accepted/tizen/tv/20160411.095749 accepted/tizen/wearable/20160411.095730 submit/tizen/20160411.043112
authorYoungHun Kim <yh8004.kim@samsung.com>
Thu, 7 Apr 2016 07:15:46 +0000 (16:15 +0900)
committerYoungHun Kim <yh8004.kim@samsung.com>
Mon, 11 Apr 2016 03:06:12 +0000 (20:06 -0700)
Change-Id: I242f9708e2a8be1f41a2907a31e40dbba38813bc

src/player.c

index fd20e8b..d86427b 100644 (file)
@@ -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. */