[0.3.69] apply new muse client api 55/146355/1
authorEunhae Choi <eunhae1.choi@samsung.com>
Mon, 28 Aug 2017 07:24:53 +0000 (16:24 +0900)
committerEunhae Choi <eunhae1.choi@samsung.com>
Mon, 28 Aug 2017 07:24:53 +0000 (16:24 +0900)
Change-Id: I1312284fadbce96b16a1d5d3b2d92a787821b03c

packaging/capi-media-player.spec
src/player.c

index c2d8090..bf7330d 100644 (file)
@@ -1,6 +1,6 @@
 Name:       capi-media-player
 Summary:    A Media Player API
-Version:    0.3.68
+Version:    0.3.69
 Release:    0
 Group:      Multimedia/API
 License:    Apache-2.0
index 55766bf..18d0af6 100644 (file)
@@ -1601,9 +1601,9 @@ static void callback_destroy(callback_cb_info_s * cb_info)
        g_return_if_fail(cb_info);
 
        if (cb_info->fd > INVALID_DEFAULT_VALUE)
-               muse_core_connection_close(cb_info->fd); /* fd close and unlink symbolic path */
+               muse_client_close(cb_info->fd);
        if (cb_info->data_fd > INVALID_DEFAULT_VALUE)
-               muse_core_connection_close(cb_info->data_fd);
+               muse_client_close(cb_info->data_fd);
 
        cb_info->fd = cb_info->data_fd = INVALID_DEFAULT_VALUE;