mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-29 11:08:35 -05:00
commit some work and rename
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@13 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
0575fc66e9
commit
f78e9b68cb
7 changed files with 268 additions and 28 deletions
|
|
@ -91,7 +91,7 @@ struct pstream *pstream_new(struct mainloop *m, struct iochannel *io) {
|
|||
p->dead = 0;
|
||||
|
||||
p->mainloop = m;
|
||||
p->mainloop_source = mainloop_source_new_prepare(m, prepare_callback, p);
|
||||
p->mainloop_source = mainloop_source_new_fixed(m, prepare_callback, p);
|
||||
mainloop_source_enable(p->mainloop_source, 0);
|
||||
|
||||
p->send_queue = queue_new();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue