Add gstsink to devicefinder

This commit is contained in:
Jonas Kvinge
2018-06-17 15:07:11 +02:00
parent 416beb6b8e
commit 008c39cd00
6 changed files with 12 additions and 11 deletions

View File

@@ -51,12 +51,13 @@ class DeviceFinder {
virtual QList<Device> ListDevices() = 0;
protected:
explicit DeviceFinder(const QString &name);
explicit DeviceFinder(const QString &name, const QString &gstsink);
static QString GuessIconName(const QString &description);
private:
QString name_;
QString gstsink_;
};