Fix some nonsensical g-i annotations

This commit is contained in:
Tim-Philipp Müller 2016-04-30 14:15:08 +01:00
parent c408dafd04
commit a903367420
3 changed files with 2 additions and 6 deletions

View 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 * Get the amount of memory blocks that this buffer has. This amount is never
* larger than what gst_buffer_get_max_memory() returns. * 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 guint
gst_buffer_n_memory (GstBuffer * buffer) gst_buffer_n_memory (GstBuffer * buffer)

View 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 * is unlinked and links to the new target are established. if @newtarget is
* %NULL the target will be cleared. * %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. * can return %FALSE when the internal pads could not be linked.
*/ */
gboolean gboolean

View file

@ -2016,10 +2016,6 @@ gst_harness_query_latency (GstHarness * h)
* *
* Sets the min latency reported by #GstHarness when receiving a latency-query * Sets the min latency reported by #GstHarness when receiving a latency-query
* *
* MT safe.
*
* Returns: a #GstClockTime with min latency
*
* Since: 1.6 * Since: 1.6
*/ */
void void