mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-27 07:00:01 -05:00
oss output works
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@15 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
bfcde99a8f
commit
1a5060720d
12 changed files with 207 additions and 100 deletions
|
|
@ -17,7 +17,7 @@ struct output_stream* output_stream_new(struct source *s, struct sample_spec *sp
|
|||
o->kill = NULL;
|
||||
o->kill_userdata = NULL;
|
||||
|
||||
o->memblockq = memblockq_new(bytes_per_second(spec)*5, sample_size(spec));
|
||||
o->memblockq = memblockq_new(bytes_per_second(spec)*5, sample_size(spec), (size_t) -1);
|
||||
assert(o->memblockq);
|
||||
|
||||
assert(s->core);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue