From: Lennart Poettering Date: Wed, 25 Jun 2008 22:44:19 +0000 (+0200) Subject: use the newer name for monotonic/monotonous X-Git-Tag: 1.0_branch~2749 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1e36b57b13d421dab20c436e0ae302acc34fbac9;p=profile%2Fivi%2Fpulseaudio.git use the newer name for monotonic/monotonous --- diff --git a/src/pulse/stream.c b/src/pulse/stream.c index 709f1b7..c75e38e 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);