video-converter: Fix doc
authorEdward Hervey <edward@centricular.com>
Mon, 19 Sep 2022 06:54:15 +0000 (08:54 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Mon, 19 Sep 2022 06:54:48 +0000 (08:54 +0200)
Argument names weren't correct

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3043>

subprojects/gst-plugins-base/gst-libs/gst/video/video-converter.c

index 5123466..c64d58a 100644 (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.
  *