mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 13:55:41 +00:00
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: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/814>
This commit is contained in:
parent
40fde5fcad
commit
57a23786f3
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue