introspect: fix typo in default sink/source docs

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
This commit is contained in:
Jonny Lamb 2011-08-16 15:02:51 +00:00 committed by Arun Raghavan
parent 545521d405
commit 7ed177dc29

View file

@ -363,7 +363,7 @@ typedef struct pa_server_info {
const char *server_name; /**< Server package name (usually "pulseaudio") */
pa_sample_spec sample_spec; /**< Default sample specification */
const char *default_sink_name; /**< Name of default sink. */
const char *default_source_name; /**< Name of default sink. */
const char *default_source_name; /**< Name of default source. */
uint32_t cookie; /**< A random cookie for identifying this instance of PulseAudio. */
pa_channel_map channel_map; /**< Default channel map. \since 0.9.15 */
} pa_server_info;