]> code.delx.au - pulseaudio/blobdiff - src/pulsecore/sink-input.h
core: add to FIXMEs
[pulseaudio] / src / pulsecore / sink-input.h
index c1820830a4ce297c0fc83fc744a470b91aeb8cf2..b5502c4520f5df9d846a96cd43f8fb2cf1d143a0 100644 (file)
@@ -42,6 +42,7 @@ typedef enum pa_sink_input_state {
     PA_SINK_INPUT_RUNNING,      /*< The stream is alive and kicking */
     PA_SINK_INPUT_CORKED,       /*< The stream was corked on user request */
     PA_SINK_INPUT_UNLINKED      /*< The stream is dead */
+    /* FIXME: we need a state for MOVING here */
 } pa_sink_input_state_t;
 
 static inline pa_bool_t PA_SINK_INPUT_IS_LINKED(pa_sink_input_state_t x) {