mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
filter-chain: fix warning
This commit is contained in:
parent
6539535176
commit
a5d15ff16a
1 changed files with 1 additions and 1 deletions
|
|
@ -445,7 +445,7 @@ static float discard_data[MAX_SAMPLES];
|
|||
struct plugin {
|
||||
struct spa_list link;
|
||||
int ref;
|
||||
char type[64];
|
||||
char type[256];
|
||||
char path[PATH_MAX];
|
||||
|
||||
struct fc_plugin *plugin;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue