From 57a23786f3b5817fd739d33d5005b4780effaf2b Mon Sep 17 00:00:00 2001 From: Marijn Suijten Date: Fri, 11 Sep 2020 20:28:55 +0200 Subject: [PATCH] gl: glslstage: Sync new_default_{fragment,vertex} documentation name Documentation for the parameter and return value don't show up when this header mismatches the function it tries to describe. Part-of: --- gst-libs/gst/gl/gstglslstage.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst-libs/gst/gl/gstglslstage.c b/gst-libs/gst/gl/gstglslstage.c index 71e0b3f1c7..2b08adb2d6 100644 --- a/gst-libs/gst/gl/gstglslstage.c +++ b/gst-libs/gst/gl/gstglslstage.c @@ -261,7 +261,7 @@ gst_glsl_stage_new (GstGLContext * context, guint type) } /** - * gst_glsl_stage_new_with_default_vertex: + * gst_glsl_stage_new_default_vertex: * @context: a #GstGLContext * * Returns: (transfer floating): a new #GstGLSLStage with the default vertex shader @@ -278,7 +278,7 @@ gst_glsl_stage_new_default_vertex (GstGLContext * context) } /** - * gst_glsl_stage_new_with_default_fragment: + * gst_glsl_stage_new_default_fragment: * @context: a #GstGLContext * * Returns: (transfer floating): a new #GstGLSLStage with the default fragment shader