mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 02:40:00 +01:00
Mixer functions cleanup, new flatten 'Embed in new' session
This commit is contained in:
@@ -350,6 +350,16 @@ void SessionGroupSource::init()
|
||||
}
|
||||
}
|
||||
|
||||
void SessionGroupSource::setSession (Session *s)
|
||||
{
|
||||
if (s) {
|
||||
if ( session_ )
|
||||
delete session_;
|
||||
session_ = s;
|
||||
resolution_ = s->frame()->resolution();
|
||||
}
|
||||
}
|
||||
|
||||
bool SessionGroupSource::import(Source *source)
|
||||
{
|
||||
bool ret = false;
|
||||
|
||||
Reference in New Issue
Block a user