Fix some nonsensical g-i annotations
authorTim-Philipp Müller <tim@centricular.com>
Sat, 30 Apr 2016 13:15:08 +0000 (14:15 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 30 Apr 2016 13:15:08 +0000 (14:15 +0100)
gst/gstbuffer.c
gst/gstghostpad.c
libs/gst/check/gstharness.c

index ac98871d424326b79f45040d58cad49a0329a0f7..4e5096f4f7b8a79ebcedd29fc15c88a8f0d0f889 100644 (file)
@@ -902,7 +902,7 @@ gst_buffer_new_wrapped (gpointer data, gsize size)
  * Get the amount of memory blocks that this buffer has. This amount is never
  * larger than what gst_buffer_get_max_memory() returns.
  *
- * Returns: (transfer full): the amount of memory block in this buffer.
+ * Returns: the number of memory blocks this buffer is made of.
  */
 guint
 gst_buffer_n_memory (GstBuffer * buffer)
index 96703ed3eb3c51a176c9dd78b907c76946af79fb..04894325f06a23020f7562a319d69f089343e0d3 100644 (file)
@@ -819,7 +819,7 @@ gst_ghost_pad_get_target (GstGhostPad * gpad)
  * is unlinked and links to the new target are established. if @newtarget is
  * %NULL the target will be cleared.
  *
- * Returns: (transfer full): %TRUE if the new target could be set. This function
+ * Returns: %TRUE if the new target could be set. This function
  *     can return %FALSE when the internal pads could not be linked.
  */
 gboolean
index bc45e08a6955142fa7fbbb2b99f8e74347730066..1226b7e4c9bc7710b9ac09122cb5e4ccee46d52d 100644 (file)
@@ -2016,10 +2016,6 @@ gst_harness_query_latency (GstHarness * h)
  *
  * Sets the min latency reported by #GstHarness when receiving a latency-query
  *
- * MT safe.
- *
- * Returns: a #GstClockTime with min latency
- *
  * Since: 1.6
  */
 void