mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
meson: enable more options by default
Update submodules to latest version
This commit is contained in:
parent
8d71d2dab8
commit
456c01afbc
4 changed files with 16 additions and 14 deletions
|
|
@ -615,6 +615,8 @@ 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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue