From 1c6ec82df9b426284dc25dde87e59744949aaa8b Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 22 May 2011 15:18:06 +0000 Subject: [PATCH] add comment --- morituri/common/gstreamer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/morituri/common/gstreamer.py b/morituri/common/gstreamer.py index eb90788..94d52d9 100644 --- a/morituri/common/gstreamer.py +++ b/morituri/common/gstreamer.py @@ -60,6 +60,7 @@ class GstPipelineTask(task.Task): self.debug('pausing pipeline') self.pipeline.set_state(gst.STATE_PAUSED) + # FIXME: this can block self.pipeline.get_state() self.debug('paused pipeline')