docs: Fix typos and remove unknown annotations

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=725517
This commit is contained in:
Sebastian Rasmussen 2014-03-02 17:55:45 +01:00 committed by Stefan Sauer
parent 601774386c
commit 034a3ab86f
3 changed files with 5 additions and 5 deletions

View file

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

View file

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

View file

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