]> code.delx.au - pulseaudio/commit
allow hooking into the process of creating playback streams. To implement this I...
authorLennart Poettering <lennart@poettering.net>
Sun, 13 Aug 2006 16:19:56 +0000 (16:19 +0000)
committerLennart Poettering <lennart@poettering.net>
Sun, 13 Aug 2006 16:19:56 +0000 (16:19 +0000)
commita621d9028548723d13df64df06a4f4538504e7a3
treeb488b3488a11516b3c594cc2c805d693a5d6c938
parentb5cbea940ea70b8ed92fa3be6b742e8a14897337
allow hooking into the process of creating playback streams. To implement this I modified the pa_sink_input_new() signature to take a pa_sink_input_new_data structure instead of direct arguments.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1237 fefdeb5f-60dc-0310-8127-8f9354f1896f
16 files changed:
src/modules/module-combine.c
src/modules/module-sine.c
src/modules/rtp/module-rtp-recv.c
src/pulsecore/cli-text.c
src/pulsecore/client.h
src/pulsecore/core.c
src/pulsecore/core.h
src/pulsecore/module.h
src/pulsecore/play-memblockq.c
src/pulsecore/play-memchunk.c
src/pulsecore/protocol-esound.c
src/pulsecore/protocol-native.c
src/pulsecore/protocol-simple.c
src/pulsecore/sink-input.c
src/pulsecore/sink-input.h
src/pulsecore/sound-file-stream.c