mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
filter-graph: Make builtin plugin compile
This commit is contained in:
parent
bfb5ae18d1
commit
7f80711158
1 changed files with 1 additions and 1 deletions
|
|
@ -2115,7 +2115,7 @@ static const struct spa_fga_descriptor max_desc = {
|
|||
.name = "max",
|
||||
.flags = SPA_FGA_DESCRIPTOR_SUPPORTS_NULL_DATA,
|
||||
|
||||
.n_port = SPA_N_ELEMENTS(max_ports),
|
||||
.n_ports = SPA_N_ELEMENTS(max_ports),
|
||||
.ports = max_ports,
|
||||
|
||||
.instantiate = builtin_instantiate,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue