Skip to content
Snippets Groups Projects
Commit 8b549fd2 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

video_mixer: remove useless switchInput

This switch input can be long and is not useful

Gitlab: #272
Change-Id: I53363f820e15431af55dcf0610451efc84a41d02
parent 4e88795a
No related branches found
No related tags found
No related merge requests found
...@@ -68,10 +68,8 @@ VideoMixer::VideoMixer(const std::string& id) ...@@ -68,10 +68,8 @@ VideoMixer::VideoMixer(const std::string& id)
{ {
// Local video camera is the main participant // Local video camera is the main participant
videoLocal_ = getVideoCamera(); videoLocal_ = getVideoCamera();
if (videoLocal_) { if (videoLocal_)
DRing::switchToCamera();
videoLocal_->attach(this); videoLocal_->attach(this);
}
loop_.start(); loop_.start();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment