diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2011-08-02 13:38:10 +0000 |
---|---|---|
committer | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2011-08-16 14:05:49 +0530 |
commit | cabc1983061a02cec448d9c54477178711d8966d (patch) | |
tree | ca85c2dbd04513ac9aa5e10ef1bda45b9e2c7a66 | |
parent | e25e31fc80c3775f8288a9ddf2293022d5a6306b (diff) |
introspect: fix source output and sink input docs mix-up
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r-- | src/pulse/introspect.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pulse/introspect.h b/src/pulse/introspect.h index 196d44d6..0ec2bf6e 100644 --- a/src/pulse/introspect.h +++ b/src/pulse/introspect.h @@ -544,10 +544,10 @@ pa_operation* pa_context_kill_sink_input(pa_context *c, uint32_t idx, pa_context * can be extended as part of evolutionary API updates at any time in * any new release. */ typedef struct pa_source_output_info { - uint32_t index; /**< Index of the sink input */ - const char *name; /**< Name of the sink input */ - uint32_t owner_module; /**< Index of the module this sink input belongs to, or PA_INVALID_INDEX when it does not belong to any module */ - uint32_t client; /**< Index of the client this sink input belongs to, or PA_INVALID_INDEX when it does not belong to any client */ + uint32_t index; /**< Index of the source output */ + const char *name; /**< Name of the source output */ + uint32_t owner_module; /**< Index of the module this source output belongs to, or PA_INVALID_INDEX when it does not belong to any module */ + uint32_t client; /**< Index of the client this source output belongs to, or PA_INVALID_INDEX when it does not belong to any client */ uint32_t source; /**< Index of the connected source */ pa_sample_spec sample_spec; /**< The sample specification of the source output */ pa_channel_map channel_map; /**< Channel map */ |