summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLionel Landwerlin <llandwerlin@gmail.com>2013-08-19 15:53:38 +0100
committerLionel Landwerlin <llandwerlin@gmail.com>2013-08-19 15:53:38 +0100
commit99405771f2b22c8c092493d97023f897dce37901 (patch)
tree2aedb7883e1b3802fac15dddbc33b52a6681e5a6
parent21d0093231aff169022cd0664207d0ec287327a9 (diff)
downloadclutter-gst-99405771f2b22c8c092493d97023f897dce37901.tar.gz
frame: fix introspection annotation
-rw-r--r--clutter-gst/clutter-gst-types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clutter-gst/clutter-gst-types.h b/clutter-gst/clutter-gst-types.h
index 0aeb94d..7124d90 100644
--- a/clutter-gst/clutter-gst-types.h
+++ b/clutter-gst/clutter-gst-types.h
@@ -90,7 +90,7 @@ struct _ClutterGstVideoResolution
/**
* ClutterGstFrame:
* @resolution: a #ClutterGstVideoResolution
- * @frame: a #CoglHandle to the pipeline to paint a frame
+ * @pipeline: a #CoglHandle to the pipeline to paint a frame
*
* Represents a frame outputted by the #ClutterGstVideoSink.
*/