mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-26 17:18:15 +00:00
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:
parent
895290f411
commit
8c49fcbc83
1 changed files with 2 additions and 2 deletions
|
@ -8267,7 +8267,7 @@ video_converter_lookup_fastpath (GstVideoConverter * convert)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* gst_video_converter_get_in_info:
|
* gst_video_converter_get_in_info:
|
||||||
* @in_info: a #GstVideoConverter
|
* @convert: a #GstVideoConverter
|
||||||
*
|
*
|
||||||
* Retrieve the input format of @convert.
|
* Retrieve the input format of @convert.
|
||||||
*
|
*
|
||||||
|
@ -8283,7 +8283,7 @@ gst_video_converter_get_in_info (GstVideoConverter * convert)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* gst_video_converter_get_out_info:
|
* gst_video_converter_get_out_info:
|
||||||
* @in_info: a #GstVideoConverter
|
* @convert: a #GstVideoConverter
|
||||||
*
|
*
|
||||||
* Retrieve the output format of @convert.
|
* Retrieve the output format of @convert.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue