]> code.delx.au - pulseaudio/commitdiff
sink-input: Fix comment
authorColin Guthrie <cguthrie@mandriva.org>
Fri, 1 Oct 2010 00:32:37 +0000 (01:32 +0100)
committerColin Guthrie <cguthrie@mandriva.org>
Fri, 1 Oct 2010 00:39:35 +0000 (01:39 +0100)
src/pulsecore/sink-input.h

index 4491d8a3d1158b8341a47f2e49c20dd6b823ad3f..f81e2d4b9fd9b20a9f35e1c395234b03b7dc34fa 100644 (file)
@@ -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 */