From b46383bf5eaac67ae496204877f7c2cdc32e8320 Mon Sep 17 00:00:00 2001 From: Alexander Slobodeniuk Date: Tue, 16 Apr 2024 23:29:26 +0200 Subject: [PATCH] d3d11converter: fix documentation for converter_new () Part-of: --- .../gst-plugins-bad/gst-libs/gst/d3d11/gstd3d11converter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gst-plugins-bad/gst-libs/gst/d3d11/gstd3d11converter.cpp b/subprojects/gst-plugins-bad/gst-libs/gst/d3d11/gstd3d11converter.cpp index 420f17872a..00fe4d9ec6 100644 --- a/subprojects/gst-plugins-bad/gst-libs/gst/d3d11/gstd3d11converter.cpp +++ b/subprojects/gst-plugins-bad/gst-libs/gst/d3d11/gstd3d11converter.cpp @@ -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