From c7734d2711da95baa3b924b68442f2bcb81a2c4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 1 Mar 2016 19:50:26 +0000 Subject: [PATCH] element: minor docs fix Make gtk-doc happy. --- gst/gstelement.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstelement.c b/gst/gstelement.c index cfac92f2a2..60b4425fb8 100644 --- a/gst/gstelement.c +++ b/gst/gstelement.c @@ -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