Skip to content
Snippets Groups Projects
Commit 35a0fcde authored by Mohamed Chibani's avatar Mohamed Chibani
Browse files

Video receiver: reduce data race

- do not destroy demux context on receiver thread

Gitlab: #732

Change-Id: I34e9922305073a606467d178f13606eb1d721d2f
parent 657c47c5
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,6 @@ VideoReceiveThread::cleanup()
sink_->stop();
videoDecoder_.reset();
demuxContext_.reset();
}
// This callback is used by libav internally to break out of blocking calls
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment