From: Gilbok Lee Date: Thu, 16 Aug 2018 06:45:35 +0000 (+0900) Subject: [0.3.99] change feature check log X-Git-Tag: submit/tizen/20180822.063410~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=76a0fecfdfa77b0c6f8f68bde7694da36f8be956;p=platform%2Fcore%2Fapi%2Fplayer.git [0.3.99] change feature check log Change-Id: Ie2bfb3a89b0efb6bc85f5a345bf665fb0dfa571e --- diff --git a/include/player_private.h b/include/player_private.h index eab3f72..e67600c 100644 --- a/include/player_private.h +++ b/include/player_private.h @@ -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) diff --git a/packaging/capi-media-player.spec b/packaging/capi-media-player.spec index f52c9cd..1303eb6 100644 --- a/packaging/capi-media-player.spec +++ b/packaging/capi-media-player.spec @@ -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