From: Paul Brossier Date: Thu, 27 Sep 2012 21:24:59 +0000 (-0600) Subject: timeside/encoder/gstutils.py: silence EOS X-Git-Tag: 0.4.0^2~4 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=e9e09a2c8e9385250a53ccb49b085a0aa545c53f;p=timeside.git timeside/encoder/gstutils.py: silence EOS --- diff --git a/timeside/encoder/gstutils.py b/timeside/encoder/gstutils.py index efd02bd..5532f02 100644 --- a/timeside/encoder/gstutils.py +++ b/timeside/encoder/gstutils.py @@ -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)