mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
* #13989: fix segfault on IP2IP offhold
This commit is contained in:
@ -145,7 +145,10 @@ void VideoRtpSession::stop()
|
||||
|
||||
void VideoRtpSession::forceKeyFrame()
|
||||
{
|
||||
sendThread_->forceKeyFrame();
|
||||
if (sendThread_.get())
|
||||
sendThread_->forceKeyFrame();
|
||||
else
|
||||
ERROR("Video sending thread is NULL");
|
||||
}
|
||||
|
||||
} // end namespace sfl_video
|
||||
|
Reference in New Issue
Block a user