From: Paul Brossier Date: Fri, 25 Jan 2013 21:25:11 +0000 (-0600) Subject: timeside/core.py: remove hack to wait for decoder X-Git-Tag: 0.4.3~2^2^2~1 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=46a8062ac7f87489f9cc38e47ada19738ccb9d34;p=timeside.git timeside/core.py: remove hack to wait for decoder --- 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(),