summaryrefslogtreecommitdiff
path: root/gst/gstpipeline.c
diff options
context:
space:
mode:
authorEvan Nemerson <evan@coeus-group.com>2012-06-15 16:43:30 -0700
committerWim Taymans <wim.taymans@collabora.co.uk>2012-06-18 13:11:40 +0200
commit6c6bb0e21739208fc85fb068983f3b86dc4d177a (patch)
tree905b597b42a1e89b956432a978dfbba33b5c4f41 /gst/gstpipeline.c
parent49ba9ef056c4c279029aa028508b958cc092c83b (diff)
introspection: assorted introspection and documentation fixes
These changes are to clean up syntax issues such as missing colons, missing spaces, etc., and minor issues such as argument names in headers not matching the implementation and/or documentation.
Diffstat (limited to 'gst/gstpipeline.c')
-rw-r--r--gst/gstpipeline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstpipeline.c b/gst/gstpipeline.c
index 34daca32b..fa348d189 100644
--- a/gst/gstpipeline.c
+++ b/gst/gstpipeline.c
@@ -155,7 +155,7 @@ gst_pipeline_class_init (GstPipelineClass * klass)
gobject_class->get_property = gst_pipeline_get_property;
/**
- * GstPipeline:delay
+ * GstPipeline:delay:
*
* The expected delay needed for elements to spin up to the
* PLAYING state expressed in nanoseconds.