mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-27 07:58:16 -04:00
parent
d1c372f5ee
commit
48c22e2aa7
1 changed files with 1 additions and 1 deletions
|
|
@ -310,7 +310,7 @@ static void put_pod_value(struct data *d, const char *key, const struct spa_type
|
||||||
int index = 0;
|
int index = 0;
|
||||||
|
|
||||||
if (b->type == SPA_CHOICE_None) {
|
if (b->type == SPA_CHOICE_None) {
|
||||||
put_pod_value(d, NULL, info, b->child.type,
|
put_pod_value(d, key, info, b->child.type,
|
||||||
SPA_POD_CONTENTS(struct spa_pod, &b->child),
|
SPA_POD_CONTENTS(struct spa_pod, &b->child),
|
||||||
b->child.size);
|
b->child.size);
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue