mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05: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 plugin {
|
||||||
struct spa_list link;
|
struct spa_list link;
|
||||||
int ref;
|
int ref;
|
||||||
char type[64];
|
char type[256];
|
||||||
char path[PATH_MAX];
|
char path[PATH_MAX];
|
||||||
|
|
||||||
struct fc_plugin *plugin;
|
struct fc_plugin *plugin;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue