mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
minor work
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@16 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
1a5060720d
commit
98f41f1e70
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ struct input_stream* input_stream_new(struct sink *s, struct sample_spec *spec,
|
|||
i->notify = NULL;
|
||||
i->notify_userdata = NULL;
|
||||
|
||||
i->memblockq = memblockq_new(bytes_per_second(spec)*5, sample_size(spec), (size_t) -1);
|
||||
i->memblockq = memblockq_new(bytes_per_second(spec)/2, sample_size(spec), (size_t) -1);
|
||||
assert(i->memblockq);
|
||||
|
||||
assert(s->core);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue