mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
jack: uuid of ports is based on the id, not serial
This commit is contained in:
parent
899281be60
commit
6ab56804e8
1 changed files with 1 additions and 1 deletions
|
|
@ -4381,7 +4381,7 @@ jack_uuid_t jack_port_uuid (const jack_port_t *port)
|
||||||
{
|
{
|
||||||
struct object *o = (struct object *) port;
|
struct object *o = (struct object *) port;
|
||||||
spa_return_val_if_fail(o != NULL, 0);
|
spa_return_val_if_fail(o != NULL, 0);
|
||||||
return jack_port_uuid_generate(o->serial);
|
return jack_port_uuid_generate(o->id);
|
||||||
}
|
}
|
||||||
|
|
||||||
SPA_EXPORT
|
SPA_EXPORT
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue