From e9e09a2c8e9385250a53ccb49b085a0aa545c53f Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 27 Sep 2012 15:24:59 -0600 Subject: [PATCH] timeside/encoder/gstutils.py: silence EOS --- timeside/encoder/gstutils.py | 1 - 1 file changed, 1 deletion(-) 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) -- 2.39.5