mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
add defines for max buffer size
This commit is contained in:
parent
f30b4bf506
commit
81fc595e3d
5 changed files with 11 additions and 8 deletions
|
|
@ -151,8 +151,8 @@ struct impl {
|
|||
|
||||
#define CHECK_PORT(this,d,p) ((d) == SPA_DIRECTION_INPUT && (p) == 0)
|
||||
|
||||
static const uint32_t default_min_latency = 128;
|
||||
static const uint32_t default_max_latency = 1024;
|
||||
static const uint32_t default_min_latency = MIN_LATENCY;
|
||||
static const uint32_t default_max_latency = MAX_LATENCY;
|
||||
|
||||
static void reset_props(struct props *props)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue