summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-06-26 00:44:19 +0200
committerLennart Poettering <lennart@poettering.net>2008-06-26 00:44:19 +0200
commit1e36b57b13d421dab20c436e0ae302acc34fbac9 (patch)
tree6ecbdb089f327a7c8f4f9477ae36ac60c15cf0e9 /src
parent2c5a33d9d8427c9add8085b05356c910a6f6ee94 (diff)
use the newer name for monotonic/monotonous
Diffstat (limited to 'src')
-rw-r--r--src/pulse/stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulse/stream.c b/src/pulse/stream.c
index 709f1b77..c75e38ec 100644
--- a/src/pulse/stream.c
+++ b/src/pulse/stream.c
@@ -892,7 +892,7 @@ static int create_stream(
if (s->smoother)
pa_smoother_free(s->smoother);
- s->smoother = pa_smoother_new(SMOOTHER_ADJUST_TIME, SMOOTHER_HISTORY_TIME, !(flags & PA_STREAM_NOT_MONOTONOUS), SMOOTHER_MIN_HISTORY);
+ s->smoother = pa_smoother_new(SMOOTHER_ADJUST_TIME, SMOOTHER_HISTORY_TIME, !(flags & PA_STREAM_NOT_MONOTONIC), SMOOTHER_MIN_HISTORY);
x = pa_rtclock_usec();
pa_smoother_set_time_offset(s->smoother, x);