summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/sink-input.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-03-30 18:21:34 +0200
committerLennart Poettering <lennart@poettering.net>2009-03-30 18:21:34 +0200
commitd04f3e1aef569bae3226ae94a42ad95ca2fa01c7 (patch)
tree3dfd3c4d3f931e6d911754ad87c25eddb98264a1 /src/pulsecore/sink-input.h
parente3f15104cf0386a0e0a782037e8c0323629be749 (diff)
Trigger move callback a little bit earlier so that no IO thread is running
Diffstat (limited to 'src/pulsecore/sink-input.h')
-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 0bcb9d56..4e29be67 100644
--- a/src/pulsecore/sink-input.h
+++ b/src/pulsecore/sink-input.h
@@ -150,7 +150,7 @@ struct pa_sink_input {
/* If non-NULL called whenever the the sink this input is attached
* to changes. Called from main context */
- void (*moved) (pa_sink_input *i); /* may be NULL */
+ void (*moving) (pa_sink_input *i); /* may be NULL */
/* Supposed to unlink and destroy this stream. Called from main
* context. */