Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TurtleArt/tagplay.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/TurtleArt/tagplay.py b/TurtleArt/tagplay.py
index 6f8032c..7acc249 100644
--- a/TurtleArt/tagplay.py
+++ b/TurtleArt/tagplay.py
@@ -220,8 +220,8 @@ class GstPlayer(gobject.GObject):
if old == gst.STATE_READY and new == gst.STATE_PAUSED:
self.emit('stream-info',
self.player.props.stream_info_value_array)
- else:
- logging.debug(message.type)
+ # else:
+ # logging.debug(message.type)
def _init_video_sink(self):
self.bin = gst.Bin()