From c4851678b84be0844d058251703bc7a7aba7272f Mon Sep 17 00:00:00 2001 From: sharpshooter Date: Mon, 23 Aug 2021 04:36:19 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=94=99=E8=AF=AF=E7=A0=81?= =?UTF-8?q?=20Signed-off-by:=20sharpshooter=5Ft=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frameworks/innerkitsimpl/native/player/player_impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/innerkitsimpl/native/player/player_impl.cpp b/frameworks/innerkitsimpl/native/player/player_impl.cpp index eba4b99e5..c282092ca 100644 --- a/frameworks/innerkitsimpl/native/player/player_impl.cpp +++ b/frameworks/innerkitsimpl/native/player/player_impl.cpp @@ -85,7 +85,7 @@ int32_t PlayerImpl::SetSource(const std::string &uri) int32_t PlayerImpl::Play() { - CHECK_AND_RETURN_RET_LOG(playerService_ != nullptr, ERR_INVALID_OPERATION, "player service does not exist.."); + CHECK_AND_RETURN_RET_LOG(playerService_ != nullptr, MSERR_INVALID_OPERATION, "player service does not exist.."); return playerService_->Play(); } -- Gitee