From 7dafa87b68c59aeb93c7244b33d9dc9f6e614970 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 5 Apr 2009 02:50:32 +0200 Subject: don't try to outsmart the transport --- src/pulse/stream.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/pulse') diff --git a/src/pulse/stream.c b/src/pulse/stream.c index ff3644ff..339a89e5 100644 --- a/src/pulse/stream.c +++ b/src/pulse/stream.c @@ -380,14 +380,6 @@ static void check_smoother_status(pa_stream *s, pa_bool_t aposteriori, pa_bool_t x -= s->timing_info.transport_usec; else x += s->timing_info.transport_usec; - - if (s->direction == PA_STREAM_PLAYBACK) - /* it takes a while until the pause/resume is actually - * audible */ - x += s->timing_info.sink_usec; - else - /* Data froma while back will be dropped */ - x -= s->timing_info.source_usec; } if (s->suspended || s->corked || force_stop) -- cgit