summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Iofel <iofelben@gmail.com>2016-03-18 16:02:43 -0400
committerTim-Philipp Müller <tim@centricular.com>2016-04-06 12:34:06 +0100
commit11d483514ae9395853bb6299be55818c6d77f816 (patch)
treed6e4eabebaa14b9f77f30fabe0321ad148a70e7f
parentcfd71271449d5a66e2ad5a10aa9c24f6f03c0792 (diff)
downloadgstreamer-11d483514ae9395853bb6299be55818c6d77f816.tar.gz
utils: fix gir annotation for gst_element_query_convert()
https://bugzilla.gnome.org/show_bug.cgi?id=763895
-rw-r--r--gst/gstutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstutils.c b/gst/gstutils.c
index 076de1ca62..8bc1738ebe 100644
--- a/gst/gstutils.c
+++ b/gst/gstutils.c
@@ -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.