mirror of
https://github.com/pulb/mailnag.git
synced 2026-05-07 13:26:44 +02:00
commented out debug msg
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user