element: minor docs fix
authorTim-Philipp Müller <tim@centricular.com>
Tue, 1 Mar 2016 19:50:26 +0000 (19:50 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 1 Mar 2016 19:50:26 +0000 (19:50 +0000)
Make gtk-doc happy.

gst/gstelement.c

index cfac92f..60b4425 100644 (file)
@@ -1232,7 +1232,7 @@ gst_element_class_add_pad_template (GstElementClass * klass,
 /**
  * gst_element_class_add_static_pad_template:
  * @klass: the #GstElementClass to add the pad template to.
- * @templ: #GstStaticPadTemplate to add as pad template to the element class.
+ * @static_templ: #GstStaticPadTemplate to add as pad template to the element class.
  *
  * Adds a pad template to an element class based on the static pad template
  * @templ. This is mainly used in the _class_init functions of element