提交 72225f5a 编写于 作者: X XUXIAOBO 提交者: Gitee

codecheck

Signed-off-by: NXUXIAOBO <xuxiaobo5@huawei.com>
上级 87b9fd45
......@@ -108,7 +108,7 @@ public:
int WaitForState(PlayerStates state);
private:
void PrintState(PlayerStates state);
PlayerErrorType errorType_ = PLAYER_ERROR_UNKNOWN;
int32_t errorCode_ = -1;
bool seekDoneFlag_ = false;
......
......@@ -41,8 +41,7 @@ void TestParamsConfig::InitPlayProtocol()
char protocol[PARA_MAX_LEN] = "local";
GetParameter("sys.media.test.play.protocol", "", &protocol[0], PARA_MAX_LEN);
if (strcmp(protocol, "local") == 0) {
TestPlayerBasic::TestParamsConfig::GetInstance().SetMountPath("file://data/media/189");
TestPlayerBasic::TestParamsConfig::GetInstance().SetMountPath("file://data/media");
MEDIA_INFO_LOG("MOUNT_PATH %s", TestPlayerBasic::TestParamsConfig::GetInstance().GetMountPath().c_str());
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册