renamed module-tunnel to module-tunnel-sink

new module module-tunnel-source
fix recording


git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@248 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2004-09-29 17:38:45 +00:00
parent d8f700e539
commit 6dfab4ec7b
5 changed files with 164 additions and 33 deletions

View file

@ -63,7 +63,7 @@ void pa_source_unref(struct pa_source *s);
struct pa_source* pa_source_ref(struct pa_source *c);
/* Pass a new memory block to all output streams */
void pa_source_post(struct pa_source*s, struct pa_memchunk *b);
void pa_source_post(struct pa_source*s, const struct pa_memchunk *b);
void pa_source_notify(struct pa_source *s);