video-converter: Fix doc

Argument names weren't correct

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3043>
This commit is contained in:
Edward Hervey 2022-09-19 08:54:15 +02:00 committed by Edward Hervey
parent 895290f411
commit 8c49fcbc83

View file

@ -8267,7 +8267,7 @@ video_converter_lookup_fastpath (GstVideoConverter * convert)
/**
* gst_video_converter_get_in_info:
* @in_info: a #GstVideoConverter
* @convert: a #GstVideoConverter
*
* Retrieve the input format of @convert.
*
@ -8283,7 +8283,7 @@ gst_video_converter_get_in_info (GstVideoConverter * convert)
/**
* gst_video_converter_get_out_info:
* @in_info: a #GstVideoConverter
* @convert: a #GstVideoConverter
*
* Retrieve the output format of @convert.
*