diff --git a/gst-libs/gst/gl/gstglbufferpool.c b/gst-libs/gst/gl/gstglbufferpool.c index 6dd496ca1f..78c6a7747f 100644 --- a/gst-libs/gst/gl/gstglbufferpool.c +++ b/gst-libs/gst/gl/gstglbufferpool.c @@ -326,7 +326,7 @@ gst_gl_buffer_pool_acquire_buffer (GstBufferPool * bpool, /** * gst_gl_buffer_pool_new: - * @display: the #GstGLDisplay to use + * @context: the #GstGLContext to use * * Returns: a #GstBufferPool that allocates buffers with #GstGLMemory */ diff --git a/gst-libs/gst/gl/gstglcolorconvert.c b/gst-libs/gst/gl/gstglcolorconvert.c index 86906bb21c..95a0eb22ac 100644 --- a/gst-libs/gst/gl/gstglcolorconvert.c +++ b/gst-libs/gst/gl/gstglcolorconvert.c @@ -625,8 +625,8 @@ _gst_gl_color_convert_set_caps_unlocked (GstGLColorConvert * convert, /** * gst_gl_color_convert_set_caps: * @convert: a #GstGLColorConvert - * @in_info: input #GstVideoInfo - * @out_info: output #GstVideoInfo + * @in_caps: input #GstCaps + * @out_caps: output #GstCaps * * Initializes @convert with the information required for conversion. */ diff --git a/gst-libs/gst/gl/gstglcontext.c b/gst-libs/gst/gl/gstglcontext.c index d05169f223..b578a163a0 100644 --- a/gst-libs/gst/gl/gstglcontext.c +++ b/gst-libs/gst/gl/gstglcontext.c @@ -449,7 +449,6 @@ gst_gl_context_get_current_gl_context (GstGLPlatform context_type) /** * gst_gl_context_get_current_gl_api: - * @context_type: a #GstGLPlatform specifying the type of context to retreive * @major: (out): (allow-none): the major version * @minor: (out): (allow-none): the minor version * diff --git a/gst-libs/gst/gl/gstgldisplay.c b/gst-libs/gst/gl/gstgldisplay.c index 89f22ead5f..6eb968d385 100644 --- a/gst-libs/gst/gl/gstgldisplay.c +++ b/gst-libs/gst/gl/gstgldisplay.c @@ -214,6 +214,7 @@ gst_gl_display_default_get_handle (GstGLDisplay * display) /** * gst_gl_display_filter_gl_api: * @display: a #GstGLDisplay + * @gl_api: a #GstGLAPI to filter with * * limit the use of OpenGL to the requested @gl_api. This is intended to allow * application and elements to request a specific set of OpenGL API's based on diff --git a/gst-libs/gst/gl/gstgldownload.c b/gst-libs/gst/gl/gstgldownload.c index d5b35c3361..1ae49b8afb 100644 --- a/gst-libs/gst/gl/gstgldownload.c +++ b/gst-libs/gst/gl/gstgldownload.c @@ -151,9 +151,7 @@ gst_gl_download_reset (GstGLDownload * download) /** * gst_gl_download_set_format: * @download: a #GstGLDownload - * @v_format: a #GstVideoFormat - * @out_width: the width to download to - * @out_height: the height to download to + * @out_info: a #GstVideoInfo * * Initializes @download with the information required for download. */ diff --git a/gst-libs/gst/gl/gstglmemory.c b/gst-libs/gst/gl/gstglmemory.c index 397d216fbe..911c48c657 100644 --- a/gst-libs/gst/gl/gstglmemory.c +++ b/gst-libs/gst/gl/gstglmemory.c @@ -1407,7 +1407,7 @@ gst_is_gl_memory (GstMemory * mem) /** * gst_gl_memory_setup_buffer: * @context: a #GstGLContext - * @param: a #GstAllocationParams + * @params: a #GstAllocationParams * @info: a #GstVideoInfo * @valign: the #GstVideoAlignment applied to @info * @buffer: a #GstBuffer diff --git a/gst-libs/gst/gl/gstglupload.c b/gst-libs/gst/gl/gstglupload.c index 635477fa1b..9309b4648c 100644 --- a/gst-libs/gst/gl/gstglupload.c +++ b/gst-libs/gst/gl/gstglupload.c @@ -984,8 +984,8 @@ gst_gl_upload_set_caps (GstGLUpload * upload, GstCaps * in_caps, /** * gst_gl_upload_get_caps: * @upload: a #GstGLUpload - * @in_caps: (transfer full): (allow-none): (out): the input #GstCaps - * @ou_caps: (transfer full): (allow-none): (out): the output #GstCaps + * @in_caps: (transfer full) (allow-none) (out): the input #GstCaps + * @out_caps: (transfer full) (allow-none) (out): the output #GstCaps * * Returns: (transfer none): The #GstCaps set by gst_gl_upload_set_caps() */