mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-05 21:06:58 +01:00
GstEnginePipeline: Add default to switch
This commit is contained in:
parent
2aa70b6ab8
commit
f11afd4414
@ -483,6 +483,9 @@ bool GstEnginePipeline::InitAudioBin(QString &error) {
|
||||
}
|
||||
break;
|
||||
}
|
||||
default:
|
||||
qLog(Warning) << "Unknown device clsid" << device_;
|
||||
break;
|
||||
}
|
||||
}
|
||||
else if (g_object_class_find_property(G_OBJECT_GET_CLASS(audiosink_), "port-pattern")) {
|
||||
|
Loading…
Reference in New Issue
Block a user