summaryrefslogtreecommitdiffstats
path: root/polyp/polyplib-simple.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-10-27 00:10:12 +0000
committerLennart Poettering <lennart@poettering.net>2004-10-27 00:10:12 +0000
commit148202d432cbb4a303b0008b9ff9d64bdab99a51 (patch)
tree517091453819687756e7f30a273ccab2d89acc27 /polyp/polyplib-simple.c
parentda45617efc5e3be26d6410857a730c94b32fe24b (diff)
support for latency interpolation
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@256 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/polyplib-simple.c')
-rw-r--r--polyp/polyplib-simple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/polyplib-simple.c b/polyp/polyplib-simple.c
index 9e111e2a..0e180af0 100644
--- a/polyp/polyplib-simple.c
+++ b/polyp/polyplib-simple.c
@@ -341,7 +341,7 @@ pa_usec_t pa_simple_get_playback_latency(struct pa_simple *p, int *perror) {
}
p->latency = 0;
- o = pa_stream_get_latency(p->stream, latency_complete, p);
+ o = pa_stream_get_latency_info(p->stream, latency_complete, p);
while (pa_operation_get_state(o) == PA_OPERATION_RUNNING) {