]> code.delx.au - pulseaudio/blobdiff - src/pulsecore/source-output.h
Trigger move callback a little bit earlier so that no IO thread is running
[pulseaudio] / src / pulsecore / source-output.h
index 018ec8861b56f87aff3961556881a47845f60e16..8d57ded465505333e44fe12712b2599e057ba642 100644 (file)
@@ -122,7 +122,7 @@ struct pa_source_output {
 
     /* If non-NULL called whenever the the source this output is attached
      * to changes. Called from main context */
-    void (*moved) (pa_source_output *o);   /* may be NULL */
+    void (*moving) (pa_source_output *o);   /* may be NULL */
 
     /* Supposed to unlink and destroy this stream. Called from main
      * context. */