mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-13 03:09:57 +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:
@@ -33,6 +33,7 @@ class SourceLink {
|
||||
|
||||
public:
|
||||
SourceLink(): host_(nullptr), target_(nullptr), id_(0) { }
|
||||
SourceLink(Source *s);
|
||||
~SourceLink();
|
||||
|
||||
void connect(uint64_t id, Session *se);
|
||||
|
||||
Reference in New Issue
Block a user