refactor: turn StreamerMode into a singleton(-like thing) (#5216)
This commit is contained in:
@@ -228,6 +228,13 @@ public:
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
IStreamerMode *getStreamerMode() override
|
||||
{
|
||||
assert(false && "EmptyApplication::getStreamerMode was called without "
|
||||
"being initialized");
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
private:
|
||||
Paths paths_;
|
||||
Args args_;
|
||||
|
||||
Reference in New Issue
Block a user