docs: Fix typos and remove unknown annotations
authorSebastian Rasmussen <sebras@hotmail.com>
Sun, 2 Mar 2014 16:55:45 +0000 (17:55 +0100)
committerStefan Sauer <ensonic@users.sf.net>
Sun, 2 Mar 2014 20:47:52 +0000 (21:47 +0100)
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=725517

gst/gstbufferpool.c
gst/gstmeta.c
libs/gst/base/gstbaseparse.h

index 0c28337..f275a64 100644 (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.
index 51936a3..31f3ff1 100644 (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.
  *
index d031f77..f84d973 100644 (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