[0.3.99] change feature check log 75/186875/3
authorGilbok Lee <gilbok.lee@samsung.com>
Thu, 16 Aug 2018 06:45:35 +0000 (15:45 +0900)
committerGilbok Lee <gilbok.lee@samsung.com>
Tue, 21 Aug 2018 05:00:05 +0000 (05:00 +0000)
Change-Id: Ie2bfb3a89b0efb6bc85f5a345bf665fb0dfa571e

include/player_private.h
packaging/capi-media-player.spec

index eab3f72..e67600c 100644 (file)
@@ -69,7 +69,7 @@ do { \
                return PLAYER_ERROR_INVALID_OPERATION; \
        } \
        if (!__supported__) { \
-               LOGW("sound stream feature is not supported."); \
+               LOGW("feature is not supported."); \
                return PLAYER_ERROR_FEATURE_NOT_SUPPORTED_ON_DEVICE; \
        } \
 } while (0)
index f52c9cd..1303eb6 100644 (file)
@@ -1,6 +1,6 @@
 Name:       capi-media-player
 Summary:    A Media Player API
-Version:    0.3.98
+Version:    0.3.99
 Release:    0
 Group:      Multimedia/API
 License:    Apache-2.0