mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
metadata: fix order of type/value
This commit is contained in:
parent
90e1eb1b22
commit
730c85e5b0
1 changed files with 2 additions and 2 deletions
|
|
@ -160,8 +160,8 @@ static void change_property(jack_property_t *prop, const char *value, const char
|
|||
static int update_property(struct client *c,
|
||||
jack_uuid_t subject,
|
||||
const char* key,
|
||||
const char* value,
|
||||
const char* type)
|
||||
const char* type,
|
||||
const char* value)
|
||||
{
|
||||
jack_property_change_t change;
|
||||
jack_description_t *desc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue