]> git.parisson.com Git - timeside.git/commitdiff
timeside/encoder/gstutils.py: silence EOS
authorPaul Brossier <piem@piem.org>
Thu, 27 Sep 2012 21:24:59 +0000 (15:24 -0600)
committerPaul Brossier <piem@piem.org>
Thu, 27 Sep 2012 21:24:59 +0000 (15:24 -0600)
timeside/encoder/gstutils.py

index efd02bd29eb35c4c3bc74276ccf77d60cf0330a3..5532f026c49596c008da232824aa16d7abc724dd 100644 (file)
@@ -55,7 +55,6 @@ class GstEncoder(Processor):
     def on_message(self, bus, message):
         t = message.type
         if t == gst.MESSAGE_EOS:
-            print "stopping pipeline"
             self.pipeline.set_state(gst.STATE_NULL)
         elif t == gst.MESSAGE_ERROR:
             self.pipeline.set_state(gst.STATE_NULL)