From 53f2fb93e859daa4cee3c000756d47c1d14d2102 Mon Sep 17 00:00:00 2001 From: Ben Iofel Date: Fri, 18 Mar 2016 16:02:43 -0400 Subject: [PATCH] utils: fix gir annotation for gst_element_query_convert() https://bugzilla.gnome.org/show_bug.cgi?id=763895 --- gst/gstutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstutils.c b/gst/gstutils.c index 2180d60..432d230 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. -- 2.7.4