mirror of
https://gitee.com/xia-chu/ZLMediaKit.git
synced 2026-05-22 17:47:49 +08:00
Update RtpProcess.cpp
This commit is contained in:
parent
0a678661e3
commit
23e0abde04
@ -281,7 +281,7 @@ toolkit::EventPoller::Ptr RtpProcess::getOwnerPoller(MediaSource &sender) {
|
||||
return _sock ? _sock->getPoller() : nullptr;
|
||||
}
|
||||
|
||||
void RtpProcess::setHelper(const std::weak_ptr<RtcpContext> help){
|
||||
void RtpProcess::setHelper(std::weak_ptr<RtcpContext> help) {
|
||||
_help = std::move(help);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user