mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 02:40:00 +01:00
Fixed replacement of failed RenderView after sessionSource import (if a
sessionSource contains a RenderView, the later should be re-created).
This commit is contained in:
3
Mixer.h
3
Mixer.h
@@ -109,7 +109,8 @@ protected:
|
||||
SourceList candidate_sources_;
|
||||
SourceList stash_;
|
||||
void insertSource(Source *s, View::Mode m = View::INVALID);
|
||||
void replaceSource(Source *from, Source *to);
|
||||
bool replaceSource(Source *from, Source *to);
|
||||
bool recreateSource(Source *s);
|
||||
|
||||
void setCurrentSource(SourceList::iterator it);
|
||||
SourceList::iterator current_source_;
|
||||
|
||||
Reference in New Issue
Block a user