mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-09 13:30:06 -05:00
cleanups
Follow the data/size argument order convention to make the api more consistent.
This commit is contained in:
parent
7f931464e8
commit
5bebfe022b
50 changed files with 253 additions and 252 deletions
|
|
@ -194,7 +194,7 @@ static void update_monitor(struct pw_core *core, const char *name)
|
|||
const char *monitors;
|
||||
struct spa_dict_item item;
|
||||
const struct pw_properties *props;
|
||||
struct spa_dict dict = SPA_DICT_INIT(1, &item);
|
||||
struct spa_dict dict = SPA_DICT_INIT(&item, 1);
|
||||
|
||||
props = pw_core_get_properties(core);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue