commented out debug msg

This commit is contained in:
Patrick Ulbrich
2011-11-27 17:03:22 +01:00
parent f89fd559f6
commit f266d02a3e

View File

@@ -76,7 +76,7 @@ class _GstPlayThread(threading.Thread):
def run(self):
def on_eos(bus, msg):
print "EOS" # debug
# print "EOS" # debug
self.ply.set_state(Gst.State.NULL)
return True