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')