renderer: fix desktop capture api not responding different subsequest calls

This commit is contained in:
deepak1556 2016-04-28 02:02:14 +05:30
parent 68192785e7
commit d64e3784f4
2 changed files with 12 additions and 1 deletions

View file

@ -89,7 +89,6 @@ void DesktopCapturer::OnSourceThumbnailChanged(int index) {
bool DesktopCapturer::OnRefreshFinished() {
Emit("finished", media_list_->GetSources());
media_list_.reset();
return false;
}