From 47a58ca2bdb8c8b918b43277ce2fa4d66d114c3d Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 14 Feb 2014 00:54:41 +0100 Subject: [PATCH] cleanup some prints --- timeside/encoder/core.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/timeside/encoder/core.py b/timeside/encoder/core.py index d5e73d2..7ba7823 100644 --- a/timeside/encoder/core.py +++ b/timeside/encoder/core.py @@ -155,12 +155,9 @@ class GstEncoder(Processor): #print 'pull-buffer' chunk = appsink.emit('pull-buffer') self._streaming_queue.put(chunk) - chunk_len = len(chunk) - self._chunk_len += chunk_len - print 'new buffer length:', self._chunk_len def _on_new_preroll_streaming(self, appsink): - print 'preroll' + # print 'preroll' chunk = appsink.emit('pull-preroll') self._streaming_queue.put(chunk) -- 2.39.5