mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-01-07 20:10:12 +01:00
parser-endpoint-link: higher number means higher priority
This commit is contained in:
parent
db7a3a3b9c
commit
b9e594e5f9
1 changed files with 1 additions and 1 deletions
|
|
@ -256,7 +256,7 @@ compare_datas_func (gconstpointer a, gconstpointer b)
|
|||
struct WpParserEndpointLinkData *db =
|
||||
*(struct WpParserEndpointLinkData *const *)b;
|
||||
|
||||
return da->me.priority - db->me.priority;
|
||||
return db->me.priority - da->me.priority;
|
||||
}
|
||||
|
||||
static gboolean
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue