buffers: increase max datas and metadata in buffers

This commit is contained in:
Wim Taymans 2020-07-01 11:40:13 +02:00
parent f678f4371d
commit dfd3bd84b4
2 changed files with 10 additions and 7 deletions

View file

@ -39,7 +39,7 @@
#define NAME "buffers"
#define MAX_ALIGN 32
#define MAX_BLOCKS 4u
#define MAX_BLOCKS 64u
struct port {
struct spa_node *node;