From: Sebastian Rasmussen Date: Sun, 2 Mar 2014 16:55:45 +0000 (+0100) Subject: docs: Fix typos and remove unknown annotations X-Git-Tag: 1.3.1~126 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=034a3ab86f62ad524c66656d09ea1e921a33e037;p=platform%2Fupstream%2Fgstreamer.git docs: Fix typos and remove unknown annotations Fixes https://bugzilla.gnome.org/show_bug.cgi?id=725517 --- diff --git a/gst/gstbufferpool.c b/gst/gstbufferpool.c index 0c28337..f275a64 100644 --- a/gst/gstbufferpool.c +++ b/gst/gstbufferpool.c @@ -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. diff --git a/gst/gstmeta.c b/gst/gstmeta.c index 51936a3..31f3ff1 100644 --- a/gst/gstmeta.c +++ b/gst/gstmeta.c @@ -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. * diff --git a/libs/gst/base/gstbaseparse.h b/libs/gst/base/gstbaseparse.h index d031f77..f84d973 100644 --- a/libs/gst/base/gstbaseparse.h +++ b/libs/gst/base/gstbaseparse.h @@ -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