cubeb_sink: Skip devices without a name
Previously this would crash.
This commit is contained in:
parent
ce6d9e2e28
commit
04139e26bd
2 changed files with 7 additions and 6 deletions
|
@ -27,8 +27,6 @@ public:
|
|||
private:
|
||||
struct Impl;
|
||||
std::unique_ptr<Impl> impl;
|
||||
int device_id;
|
||||
std::vector<std::string> device_list;
|
||||
};
|
||||
|
||||
} // namespace AudioCore
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue