[0.2.43] Add MUSE_PLAYER_EVENT_TYPE_SERVICE_DISCONNECTED enum 56/116956/1 accepted/tizen/common/20170303.090850 accepted/tizen/ivi/20170303.070010 accepted/tizen/mobile/20170303.065843 accepted/tizen/tv/20170303.065924 accepted/tizen/unified/20170309.033425 accepted/tizen/wearable/20170303.065950 submit/tizen/20170303.015115 submit/tizen_unified/20170308.100408
authorGilbok Lee <gilbok.lee@samsung.com>
Fri, 17 Feb 2017 08:43:32 +0000 (17:43 +0900)
committerEunhae Choi <eunhae1.choi@samsung.com>
Thu, 2 Mar 2017 06:29:58 +0000 (15:29 +0900)
Added service_disconnected callback to register in main loop.

Change-Id: I3aceef8d708de9cd3de2ccf7632f17c5c7378dbf

muse/include/muse_player.h
packaging/mmsvc-player.spec

index 26e8722d3578f05438956fde263f24df4cbbd305..0fa277a486c89ddf2060f155e787cba10404d72a 100644 (file)
@@ -85,6 +85,7 @@ typedef enum {
 #ifdef TIZEN_FEATURE_EVAS_RENDERER
        MUSE_PLAYER_EVENT_TYPE_RETURN_BUFFER,
 #endif
+       MUSE_PLAYER_EVENT_TYPE_SERVICE_DISCONNECTED,
        MUSE_PLAYER_EVENT_TYPE_NUM
 } muse_player_event_e;
 
index cb89e3e0e8876febd381bc3d8bfd0ce470698916..5d620a3e9658643057e744092988071cfe95febe 100644 (file)
@@ -1,6 +1,6 @@
 Name:       mmsvc-player
 Summary:    A Media Player module for muse server
-Version:    0.2.42
+Version:    0.2.43
 Release:    0
 Group:      Multimedia/Libraries
 License:    Apache-2.0