filter-graph: Make builtin plugin compile

This commit is contained in:
Jonas Holmberg 2024-12-04 14:05:57 +01:00
parent bfb5ae18d1
commit 7f80711158

View file

@ -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,