sink, source: Support creating suspended sinks and sources

The initial state of a sink or source might not necessarily be IDLE,
because sometimes it might be suspended from the very beginning.
This commit is contained in:
Mikel Astiz 2012-08-31 12:51:00 +02:00 committed by Arun Raghavan
parent 0ee5fa6377
commit f280e8b50d
5 changed files with 20 additions and 6 deletions

View file

@ -265,6 +265,8 @@ typedef enum pa_source_message {
} pa_source_message_t;
typedef struct pa_source_new_data {
pa_suspend_cause_t suspend_cause;
char *name;
pa_proplist *proplist;