mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
parent
9ba18c15ae
commit
1e763b928f
1 changed files with 1 additions and 1 deletions
|
|
@ -1298,7 +1298,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