mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
Video receiver: reduce data race
- do not destroy demux context on receiver thread Gitlab: #732 Change-Id: I34e9922305073a606467d178f13606eb1d721d2f
This commit is contained in:
@ -154,7 +154,6 @@ VideoReceiveThread::cleanup()
|
|||||||
sink_->stop();
|
sink_->stop();
|
||||||
|
|
||||||
videoDecoder_.reset();
|
videoDecoder_.reset();
|
||||||
demuxContext_.reset();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// This callback is used by libav internally to break out of blocking calls
|
// This callback is used by libav internally to break out of blocking calls
|
||||||
|
Reference in New Issue
Block a user