pipewire: add enable/disable to meson for spa plugins

This commit is contained in:
Tapasweni Pathak 2018-10-09 13:57:59 +05:30 committed by Wim Taymans
parent 805240258b
commit 8d71d2dab8
11 changed files with 134 additions and 21 deletions

View file

@ -615,8 +615,6 @@ impl_node_port_set_param(struct spa_node *node,
uint32_t id, uint32_t flags,
const struct spa_pod *param)
{
struct impl *this;
spa_return_val_if_fail(node != NULL, -EINVAL);
this = SPA_CONTAINER_OF(node, struct impl, node);