mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
d3d11converter: fix documentation for converter_new ()
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6665>
This commit is contained in:
parent
cbc58c0483
commit
b46383bf5e
1 changed files with 1 additions and 1 deletions
|
@ -2029,7 +2029,7 @@ get_shader_format (GstVideoFormat format, gboolean is_input)
|
|||
* @device: a #GstD3D11Device
|
||||
* @in_info: a #GstVideoInfo
|
||||
* @out_info: a #GstVideoInfo
|
||||
* @method: (inout) (optional) (nullable): a #GstD3D11ConverterMethod
|
||||
* @config: (transfer full) (optional) (nullable): a #GstStructure containing converter config
|
||||
|
||||
* Create a new converter object to convert between @in_info and @out_info
|
||||
* with @method. When @method is not specified, converter will configure
|
||||
|
|
Loading…
Reference in a new issue