mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Reimplementation of SourceInputCallbacks into Session
Session should be the object holding the list of inputs parameters (e.g. synchrony) and the list of source callbacks. This also avoids mixing input when copying sources. Code could be improved but is operational.
This commit is contained in:
@@ -151,7 +151,10 @@ SourceList join (const SourceList &first, const SourceList &second)
|
||||
return l;
|
||||
}
|
||||
|
||||
|
||||
SourceLink::SourceLink(uint64_t id, Session *se): host_(nullptr), target_(nullptr), id_(0)
|
||||
{
|
||||
connect(id, se);
|
||||
}
|
||||
|
||||
SourceLink::SourceLink(Source *s): host_(nullptr), target_(nullptr), id_(0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user