mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-07 04:08:13 +08:00
Update RtpProcess.cpp
This commit is contained in:
@@ -281,7 +281,7 @@ toolkit::EventPoller::Ptr RtpProcess::getOwnerPoller(MediaSource &sender) {
|
|||||||
return _sock ? _sock->getPoller() : nullptr;
|
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);
|
_help = std::move(help);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user