utils: fix gir annotation for gst_element_query_convert()

https://bugzilla.gnome.org/show_bug.cgi?id=763895
This commit is contained in:
Ben Iofel 2016-03-18 16:02:43 -04:00 committed by Tim-Philipp Müller
parent 146e219d83
commit 53f2fb93e8

View 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.