From: Paul Brossier Date: Thu, 27 Sep 2012 15:23:14 +0000 (-0600) Subject: timeside/encoder/m4a.py: remove old comment X-Git-Tag: 0.4.0^2~5^2~2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=156b3ffeef62b133a8ed22bb403dcec17aff5240;p=timeside.git timeside/encoder/m4a.py: remove old comment --- diff --git a/timeside/encoder/m4a.py b/timeside/encoder/m4a.py index 2e4510d..357cd48 100644 --- a/timeside/encoder/m4a.py +++ b/timeside/encoder/m4a.py @@ -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