v4l2: fix preoperty get

This commit is contained in:
Wim Taymans 2018-10-16 16:49:41 +02:00
parent 6267e69638
commit aa5bc5846f

View file

@ -256,7 +256,7 @@ static int impl_node_set_param(struct spa_node *node,
return 0; return 0;
} }
spa_pod_object_parse(param, spa_pod_object_parse(param,
SPA_PROP_device, "?S", p->device, sizeof(p->device), NULL); ":", SPA_PROP_device, "?S", p->device, sizeof(p->device), NULL);
break; break;
} }
default: default: