utils: fix gir annotation for gst_element_query_convert()
authorBen Iofel <iofelben@gmail.com>
Fri, 18 Mar 2016 20:02:43 +0000 (16:02 -0400)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 18 Mar 2016 20:35:27 +0000 (20:35 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=763895

gst/gstutils.c

index 2180d60..432d230 100644 (file)
@@ -2281,7 +2281,7 @@ gst_element_query_duration (GstElement * element, GstFormat format,
 /**
  * gst_element_query_convert:
  * @element: a #GstElement to invoke the convert query on.
- * @src_format: (inout): a #GstFormat to convert from.
+ * @src_format: a #GstFormat to convert from.
  * @src_val: a value to convert.
  * @dest_format: the #GstFormat to convert to.
  * @dest_val: (out): a pointer to the result.