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
This commit is contained in:
Lennart Poettering 2006-08-13 16:19:56 +00:00
parent b5cbea940e
commit a621d90285
16 changed files with 291 additions and 133 deletions

View file

@ -25,11 +25,11 @@
#include <inttypes.h>
#include <ltdl.h>
typedef struct pa_module pa_module;
#include <pulsecore/core.h>
#include <pulsecore/modinfo.h>
typedef struct pa_module pa_module;
struct pa_module {
pa_core *core;
char *name, *argument;