gl/docs: update some doc comments

This commit is contained in:
Matthew Waters 2015-03-18 10:12:49 -07:00 committed by Tim-Philipp Müller
parent 1c51ba395a
commit 0b5c7e8b49
7 changed files with 8 additions and 10 deletions

View file

@ -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
*/

View file

@ -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.
*/

View file

@ -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
*

View file

@ -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

View file

@ -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.
*/

View file

@ -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

View file

@ -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()
*/