mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 09:25:42 +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:
|
||||
* @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.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue