mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-24 08:39:59 +01:00
BugFix: add failure management in SessionSource
As in update of Mixer manager, failed sources are managed in update of SessionSources. RenderSources that fail are re-created. Attach/Detach/Attached of sources functions is unified between Session and Mixer.
This commit is contained in:
@@ -179,7 +179,7 @@ public:
|
||||
// a Source shall informs if the source failed (i.e. shall be deleted)
|
||||
typedef enum {
|
||||
FAIL_NONE = 0,
|
||||
FAIL_BAD= 1,
|
||||
FAIL_RETRY= 1,
|
||||
FAIL_CRITICAL = 2,
|
||||
FAIL_FATAL = 3
|
||||
} Failure;
|
||||
|
||||
Reference in New Issue
Block a user