summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Guthrie <cguthrie@mandriva.org>2010-10-01 01:32:37 +0100
committerColin Guthrie <cguthrie@mandriva.org>2010-11-17 21:59:17 +0000
commit352ae22015452d730c32a7047675b820de2fbbf8 (patch)
treecb54e1252f7c2f1af91ddaf63da57cd6d648a492
parent848dd378bb7fa53be7b88016335fa89d520f2ea3 (diff)
sink-input: Fix comment
-rw-r--r--src/pulsecore/sink-input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/sink-input.h b/src/pulsecore/sink-input.h
index 415a801f..e666d4fc 100644
--- a/src/pulsecore/sink-input.h
+++ b/src/pulsecore/sink-input.h
@@ -37,7 +37,7 @@ typedef struct pa_sink_input pa_sink_input;
#include <pulsecore/core.h>
typedef enum pa_sink_input_state {
- PA_SINK_INPUT_INIT, /*< The stream is not active yet, because pa_sink_put() has not been called yet */
+ PA_SINK_INPUT_INIT, /*< The stream is not active yet, because pa_sink_input_put() has not been called yet */
PA_SINK_INPUT_DRAINED, /*< The stream stopped playing because there was no data to play */
PA_SINK_INPUT_RUNNING, /*< The stream is alive and kicking */
PA_SINK_INPUT_CORKED, /*< The stream was corked on user request */