From ce60dbdc4f0ca6854b02d7539726df399591aee6 Mon Sep 17 00:00:00 2001 From: bjschuma Date: Mon, 1 Jun 2009 03:44:51 +0000 Subject: [PATCH] Remove end of stream message git-svn-id: file:///home/anna/Desktop/ocarina-legacy/mithos/ocarina@10 1daee41c-8060-4895-b1f0-2197c00d777a --- trunk/song.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/song.py b/trunk/song.py index 70fda267..27fa4e14 100644 --- a/trunk/song.py +++ b/trunk/song.py @@ -36,7 +36,7 @@ class Song(): t = message.type if t == gst.MESSAGE_EOS: #print "End of stream" - self.prnt(["End of stream"]) + #self.prnt(["End of stream"]) if self.quit != None: self.quit("") elif t == gst.MESSAGE_ERROR: