opus: Improve annotation of internal function
authorSebastian Rasmussen <sebras@hotmail.com>
Sat, 9 Aug 2014 12:24:59 +0000 (14:24 +0200)
committerTim-Philipp Müller <tim@centricular.com>
Sun, 10 Aug 2014 10:26:17 +0000 (11:26 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=734543

ext/opus/gstopusheader.c

index 3011716..d190cc2 100644 (file)
@@ -96,16 +96,17 @@ gst_opus_enc_create_metadata_buffer (const GstTagList * tags)
 /*
  * (really really) FIXME: move into core (dixit tpm)
  */
-/**
+/*
  * _gst_caps_set_buffer_array:
- * @caps: a #GstCaps
+ * @caps: (transfer full): a #GstCaps
  * @field: field in caps to set
  * @buf: header buffers
  *
  * Adds given buffers to an array of buffers set as the given @field
  * on the given @caps.  List of buffer arguments must be NULL-terminated.
  *
- * Returns: input caps with a streamheader field added, or NULL if some error
+ * Returns: (transfer full): input caps with a streamheader field added, or NULL
+ *     if some error occurred
  */
 static GstCaps *
 _gst_caps_set_buffer_array (GstCaps * caps, const gchar * field,