From: Guillaume Pellerin Date: Thu, 13 Feb 2014 23:54:41 +0000 (+0100) Subject: cleanup some prints X-Git-Tag: 0.5.4~6^2~4 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=refs%2Fheads%2Ffix_streaming_bug;p=timeside.git cleanup some prints --- 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)