]> git.parisson.com Git - timeside.git/commitdiff
timeside/encoder/m4a.py: remove old comment
authorPaul Brossier <piem@piem.org>
Thu, 27 Sep 2012 15:23:14 +0000 (09:23 -0600)
committerPaul Brossier <piem@piem.org>
Thu, 27 Sep 2012 15:23:14 +0000 (09:23 -0600)
timeside/encoder/m4a.py

index 2e4510dd2ed4ded3cc0b8a574601ae88d77f7b81..357cd4882e36c85df18c43ba1914400636a1d56f 100644 (file)
@@ -37,8 +37,7 @@ class AacEncoder(GstEncoder):
     @interfacedoc
     def setup(self, channels=None, samplerate=None, nframes=None):
         super(AacEncoder, self).setup(channels, samplerate, nframes)
-        # TODO open file for writing
-        # the output data format we want
+
         self.streaming = False
         self.pipe = ''' appsrc name=src
             ! audioconvert