广播添加sender参数

This commit is contained in:
xiongziliang
2018-02-09 15:50:21 +08:00
parent 4cf09bdaa1
commit b0a64d1e6f
7 changed files with 35 additions and 24 deletions

View File

@@ -85,7 +85,8 @@ bool MediaSource::regist() {
m_strSchema,
m_strVhost,
m_strApp,
m_strId);
m_strId,
*this);
}
return success;
}
@@ -114,7 +115,8 @@ void MediaSource::unregisted(){
m_strSchema,
m_strVhost,
m_strApp,
m_strId);
m_strId,
*this);
}
void MediaInfo::parse(const string &url){