mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-18 13:49:57 +01:00
Improved management of failed sources
Clone is failed if its origin is failed, handle MediaPlayer visitor and error message when fail, get SourceList of non-failed sources of a list.
This commit is contained in:
@@ -109,6 +109,7 @@ public:
|
||||
|
||||
// cloning mechanism
|
||||
virtual CloneSource *clone (uint64_t id = 0);
|
||||
inline bool cloned() const { return !clones_.empty(); }
|
||||
|
||||
// Display mode
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user