add comment

This commit is contained in:
Thomas Vander Stichele
2011-05-22 15:18:06 +00:00
parent ccb4fcfaa1
commit 1c6ec82df9

View File

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