diff options
author | Wim Taymans <wtaymans@redhat.com> | 2018-04-05 15:37:34 +0200 |
---|---|---|
committer | Wim Taymans <wtaymans@redhat.com> | 2018-04-05 15:37:34 +0200 |
commit | ba518c0d9b9cdb7987d3ddf9c9ecc6a5517172d2 (patch) | |
tree | 93f052264db2e9c099fb24ac6f4543d232d6076a /src/examples/export-source.c | |
parent | aada47252db2a100a5dd9452eeb1d9f1097e3cd0 (diff) |
small fixes
Diffstat (limited to 'src/examples/export-source.c')
-rw-r--r-- | src/examples/export-source.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/export-source.c b/src/examples/export-source.c index 788c0ff8..446d97ad 100644 --- a/src/examples/export-source.c +++ b/src/examples/export-source.c @@ -280,7 +280,7 @@ static int impl_port_enum_params(struct spa_node *node, param = spa_pod_builder_object(builder, id, t->param_buffers.Buffers, - ":", t->param_buffers.size, "iru", 256, + ":", t->param_buffers.size, "iru", 32, SPA_POD_PROP_MIN_MAX(32, 4096), ":", t->param_buffers.stride, "i", 0, ":", t->param_buffers.buffers, "iru", 1, |