From 46a8062ac7f87489f9cc38e47ada19738ccb9d34 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 25 Jan 2013 15:25:11 -0600 Subject: [PATCH] timeside/core.py: remove hack to wait for decoder --- timeside/core.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/timeside/core.py b/timeside/core.py index 2e1f496..909109f 100644 --- a/timeside/core.py +++ b/timeside/core.py @@ -212,10 +212,8 @@ class ProcessPipe(object): items = self.processors[1:] source.setup() - #FIXME: wait for decoder mainloop - time.sleep(0.1) - last = source + # setup/reset processors and configure properties throughout the pipe for item in items: item.setup(channels = last.channels(), -- 2.39.5