mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
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:
parent
d8f700e539
commit
6dfab4ec7b
5 changed files with 164 additions and 33 deletions
|
|
@ -131,7 +131,7 @@ void pa_source_notify(struct pa_source*s) {
|
|||
}
|
||||
|
||||
static int do_post(void *p, uint32_t index, int *del, void*userdata) {
|
||||
struct pa_memchunk *chunk = userdata;
|
||||
const struct pa_memchunk *chunk = userdata;
|
||||
struct pa_source_output *o = p;
|
||||
assert(o && o->push && del && chunk);
|
||||
|
||||
|
|
@ -139,7 +139,7 @@ static int do_post(void *p, uint32_t index, int *del, void*userdata) {
|
|||
return 0;
|
||||
}
|
||||
|
||||
void pa_source_post(struct pa_source*s, struct pa_memchunk *chunk) {
|
||||
void pa_source_post(struct pa_source*s, const struct pa_memchunk *chunk) {
|
||||
assert(s && s->ref >= 1 && chunk);
|
||||
|
||||
pa_source_ref(s);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue