From 81283f8bcb4ef3ab7c05944c38e3a7f1184231dd Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 17 Jun 2014 03:18:52 +0200 Subject: AsyncInputStream: reset "paused" when seeking May cause assertion failure. --- src/input/AsyncInputStream.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/input/AsyncInputStream.cxx b/src/input/AsyncInputStream.cxx index f2e0320c4..43190f907 100644 --- a/src/input/AsyncInputStream.cxx +++ b/src/input/AsyncInputStream.cxx @@ -245,6 +245,7 @@ AsyncInputStream::RunDeferred() if (seek_state == SeekState::SCHEDULED) { seek_state = SeekState::PENDING; buffer.Clear(); + paused = false; DoSeek(seek_offset); } } -- cgit v1.2.3