mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05: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;
|
int err;
|
||||||
|
|
||||||
pw_init(NULL, NULL);
|
pw_init(NULL, NULL);
|
||||||
if (strstr(pw_get_library_version(), "0.2") != NULL)
|
if (spa_strstartswith(pw_get_library_version(), "0.2"))
|
||||||
return -ENOTSUP;
|
return -ENOTSUP;
|
||||||
|
|
||||||
props = pw_properties_new(NULL, NULL);
|
props = pw_properties_new(NULL, NULL);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue