]> code.delx.au - pulseaudio/blobdiff - polyp/sink-input.h
bum version number
[pulseaudio] / polyp / sink-input.h
index 7c648ac129be4062328102d4766472bb19acd7ad..aed5f521ef218934a48bc087cdf4e1f0d8769759 100644 (file)
@@ -33,6 +33,7 @@
 
 enum pa_sink_input_state {
     PA_SINK_INPUT_RUNNING,
+    PA_SINK_INPUT_CORKED,
     PA_SINK_INPUT_DISCONNECTED
 };
 
@@ -42,8 +43,6 @@ struct pa_sink_input {
     
     uint32_t index;
 
-    int corked;
-    
     char *name;
     struct pa_module *owner;
     struct pa_client *client;