mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
docs: Fix typos and remove unknown annotations
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=725517
This commit is contained in:
parent
601774386c
commit
034a3ab86f
3 changed files with 5 additions and 5 deletions
|
@ -1086,7 +1086,7 @@ default_reset_buffer (GstBufferPool * pool, GstBuffer * buffer)
|
|||
* gst_buffer_pool_acquire_buffer:
|
||||
* @pool: a #GstBufferPool
|
||||
* @buffer: (out): a location for a #GstBuffer
|
||||
* @params: (transfer none) (allow-none) parameters.
|
||||
* @params: (transfer none) (allow-none): parameters.
|
||||
*
|
||||
* Acquire a buffer from @pool. @buffer should point to a memory location that
|
||||
* can hold a pointer to the new buffer.
|
||||
|
|
|
@ -150,9 +150,9 @@ gst_meta_api_type_get_tags (GType api)
|
|||
* @api: the type of the #GstMeta API
|
||||
* @impl: the name of the #GstMeta implementation
|
||||
* @size: the size of the #GstMeta structure
|
||||
* @init_func: (scope async) a #GstMetaInitFunction
|
||||
* @free_func: (scope async) a #GstMetaFreeFunction
|
||||
* @transform_func: (scope async) a #GstMetaTransformFunction
|
||||
* @init_func: (scope async): a #GstMetaInitFunction
|
||||
* @free_func: (scope async): a #GstMetaFreeFunction
|
||||
* @transform_func: (scope async): a #GstMetaTransformFunction
|
||||
*
|
||||
* Register a new #GstMeta implementation.
|
||||
*
|
||||
|
|
|
@ -113,7 +113,7 @@ typedef enum {
|
|||
/**
|
||||
* GstBaseParseFrame:
|
||||
* @buffer: input data to be parsed for frames.
|
||||
* @out_buffer: (optional) (replacement) output data.
|
||||
* @out_buffer: output data.
|
||||
* @offset: media specific offset of input frame
|
||||
* Note that a converter may have a different one on the frame's buffer.
|
||||
* @overhead: subclass can set this to indicates the metadata overhead
|
||||
|
|
Loading…
Reference in a new issue