mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
utils: fix gir annotation for gst_element_query_convert()
https://bugzilla.gnome.org/show_bug.cgi?id=763895
This commit is contained in:
parent
146e219d83
commit
53f2fb93e8
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue