From: Hyunil Park Date: Thu, 9 Jul 2015 01:47:35 +0000 (+0900) Subject: remove duplicated symbol X-Git-Tag: accepted/tizen/mobile/20150710.003536~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F03%2F43403%2F2;p=platform%2Fcore%2Fapi%2Fplayer.git remove duplicated symbol Change-Id: I39f9062b5bd25a1271659b279c5a71badbb408ef Signed-off-by: Hyunil Park --- diff --git a/include/mobile/player.h b/include/mobile/player.h index 2c6d86c..86d8750 100755 --- a/include/mobile/player.h +++ b/include/mobile/player.h @@ -919,23 +919,6 @@ int player_push_media_stream(player_h player, media_packet_h packet); int player_set_media_stream_info(player_h player, player_stream_type_e type, media_format_h format); /** - * @brief Pushes elementary stream to decode audio or video - * @since_tizen 2.4 - * @remarks This API is used for media stream playback only. - * @param[in] player The handle to media player - * @param[in] packet The media packet to decode - * @return @c 0 on success, - * otherwise a negative error value - * @retval #PLAYER_ERROR_NONE Successful - * @retval #PLAYER_ERROR_INVALID_PARAMETER Invalid parameter - * @retval #PLAYER_ERROR_INVALID_STATE Invalid state - * @retval #PLAYER_ERROR_NOT_SUPPORTED_FILE File not supported - * @pre The player state must be set to #PLAYER_STATE_IDLE by calling player_create() or player_unprepare(). - * @see player_set_media_stream_info() - */ -int player_push_media_stream(player_h player, media_packet_h packet); - -/** * @brief Registers a callback function to be invoked when buffer underrun or overflow is occurred. * @since_tizen 2.4 * @remarks This API is used for media stream playback only. diff --git a/include/wearable/player.h b/include/wearable/player.h index 6efdda6..f25ad14 100755 --- a/include/wearable/player.h +++ b/include/wearable/player.h @@ -918,23 +918,6 @@ int player_push_media_stream(player_h player, media_packet_h packet); int player_set_media_stream_info(player_h player, player_stream_type_e type, media_format_h format); /** - * @brief Pushes elementary stream to decode audio or video - * @since_tizen 2.4 - * @remarks This API is used for media stream playback only. - * @param[in] player The handle to media player - * @param[in] packet The media packet to decode - * @return @c 0 on success, - * otherwise a negative error value - * @retval #PLAYER_ERROR_NONE Successful - * @retval #PLAYER_ERROR_INVALID_PARAMETER Invalid parameter - * @retval #PLAYER_ERROR_INVALID_STATE Invalid state - * @retval #PLAYER_ERROR_NOT_SUPPORTED_FILE File not supported - * @pre The player state must be set to #PLAYER_STATE_IDLE by calling player_create() or player_unprepare(). - * @see player_set_media_stream_info() - */ -int player_push_media_stream(player_h player, media_packet_h packet); - -/** * @brief Registers a callback function to be invoked when buffer underrun or overflow is occurred. * @since_tizen 2.4 * @remarks This API is used for media stream playback only.