mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-23 03:10:04 +08:00
修复一个小bug
This commit is contained in:
parent
8aa773bd49
commit
84129aefdf
@ -44,8 +44,8 @@ void MediaPlayer::play(const char* strUrl) {
|
||||
//协议切换
|
||||
_strPrefix = strPrefix;
|
||||
_parser = PlayerBase::createPlayer(strUrl);
|
||||
_parser->setOnShutdown(_shutdownCB);
|
||||
}
|
||||
_parser->setOnShutdown(_shutdownCB);
|
||||
_parser->setOnPlayResult(_playResultCB);
|
||||
_parser->mINI::operator=(*this);
|
||||
_parser->play(strUrl);
|
||||
|
Loading…
Reference in New Issue
Block a user