]> git.parisson.com Git - timeside.git/commitdiff
timeside/core.py: remove hack to wait for decoder
authorPaul Brossier <piem@piem.org>
Fri, 25 Jan 2013 21:25:11 +0000 (15:25 -0600)
committerPaul Brossier <piem@piem.org>
Fri, 25 Jan 2013 21:25:11 +0000 (15:25 -0600)
timeside/core.py

index 2e1f4964449e86a98a12f43e429bc6081f76f517..909109fb7f572d316e8194b0eb6626b4623a3ef5 100644 (file)
@@ -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(),