mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
BugFix DeviceSource: shared access to stream vis Device::manager
Creation of multiple DeviceSources is possible (also for multiple sessions and transitions) through centralized management of gst streams. Creation and deletion of a shared stream accross DeviceSources is handled.
This commit is contained in:
@@ -153,6 +153,10 @@ SourceList join (const SourceList &first, const SourceList &second)
|
||||
|
||||
|
||||
|
||||
SourceLink::SourceLink(Source *s): host_(nullptr), target_(nullptr), id_(0)
|
||||
{
|
||||
connect(s);
|
||||
}
|
||||
|
||||
void SourceLink::connect(uint64_t id, Session *se)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user