summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Guthrie <cguthrie@mandriva.org>2010-10-01 01:32:37 +0100
committerColin Guthrie <cguthrie@mandriva.org>2010-10-01 01:39:35 +0100
commitb6be95ef53c8c8a8b7cfedff2b2026899331dfed (patch)
tree72ddb38d22e1060326b1ad4de96a4f0e663d8602
parentd195a549799743806a62c4f05017b45fd8b51ab0 (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 4491d8a3..f81e2d4b 100644
--- a/src/pulsecore/sink-input.h
+++ b/src/pulsecore/sink-input.h
@@ -38,7 +38,7 @@ typedef struct pa_sink_input pa_sink_input;
#include <pulsecore/envelope.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 */