From e6176d8b8c2b5290a65bc24bcb8a9ed03b1af0df Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 25 Aug 2011 11:04:20 +0000 Subject: [PATCH] doc fix --- morituri/extern/task/gstreamer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/morituri/extern/task/gstreamer.py b/morituri/extern/task/gstreamer.py index bf86393..071ed79 100644 --- a/morituri/extern/task/gstreamer.py +++ b/morituri/extern/task/gstreamer.py @@ -50,7 +50,7 @@ class GstPipelineTask(task.Task): @cvar gst: the GStreamer module, so code does not have to import gst as a module in code everywhere to avoid option stealing. - @var playing: whether the pipeline should be set to playing after + @cvar playing: whether the pipeline should be set to playing after paused. Some pipelines don't need to play for a task to be done (for example, querying length) @type playing: bool