mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-07 13:51:45 +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;
|
break;
|
||||||
}
|
}
|
||||||
|
default:
|
||||||
|
qLog(Warning) << "Unknown device clsid" << device_;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (g_object_class_find_property(G_OBJECT_GET_CLASS(audiosink_), "port-pattern")) {
|
else if (g_object_class_find_property(G_OBJECT_GET_CLASS(audiosink_), "port-pattern")) {
|
||||||
|
Loading…
Reference in New Issue
Block a user