mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
parent
d7e48f3042
commit
16479acc60
1 changed files with 1 additions and 1 deletions
|
|
@ -1303,7 +1303,7 @@ SND_PCM_PLUGIN_DEFINE_FUNC(pipewire)
|
|||
int err;
|
||||
|
||||
pw_init(NULL, NULL);
|
||||
if (strstr(pw_get_library_version(), "0.2") != NULL)
|
||||
if (spa_strstartswith(pw_get_library_version(), "0.2"))
|
||||
return -ENOTSUP;
|
||||
|
||||
props = pw_properties_new(NULL, NULL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue