]> git.parisson.com Git - timeside.git/commitdiff
bugfixes
authoryomguy <yomguy@parisson.com>
Fri, 4 Mar 2011 12:22:45 +0000 (12:22 +0000)
committeryomguy <yomguy@parisson.com>
Fri, 4 Mar 2011 12:22:45 +0000 (12:22 +0000)
timeside/encoder/mp3.py

index 76ab4250acf683da1652bc02900064c980fcd398..78e0b6b1a9382d237ad22baad9cf7b42cc697187 100644 (file)
@@ -56,9 +56,9 @@ class Mp3Encoder(Processor):
                   '''
         if self.filename and self.streaming:
             self.pipe += '''
-            ! tee name=t 
-            ! queue ! appsink name=app
-            t. ! queue ! filesink location=%s
+            ! queue ! tee name=t 
+            t. ! queue ! appsink name=app sync=false
+            t. ! queue ! filesink sync=false location=%s
             ''' % self.filename
             
         elif self.filename :