Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gstreamer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2016-04-30 16:15:08 +0300
committerTim-Philipp Müller <tim@centricular.com>2016-10-21 13:25:33 +0300
commita90336742022ed7977baa0c6fc8e718bd6a511be (patch)
treedfdf8058588df1563a44e431fbde6cf19b095494
parentc408dafd04fa0f47d471c892cb5a32921d7ec5a3 (diff)
Fix some nonsensical g-i annotations
-rw-r--r--gst/gstbuffer.c2
-rw-r--r--gst/gstghostpad.c2
-rw-r--r--libs/gst/check/gstharness.c4
3 files changed, 2 insertions, 6 deletions
diff --git a/gst/gstbuffer.c b/gst/gstbuffer.c
index 7eb34728d0..3d9f17ded7 100644
--- a/gst/gstbuffer.c
+++ b/gst/gstbuffer.c
@@ -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)
diff --git a/gst/gstghostpad.c b/gst/gstghostpad.c
index 96703ed3eb..04894325f0 100644
--- a/gst/gstghostpad.c
+++ b/gst/gstghostpad.c
@@ -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
diff --git a/libs/gst/check/gstharness.c b/libs/gst/check/gstharness.c
index bc45e08a69..1226b7e4c9 100644
--- a/libs/gst/check/gstharness.c
+++ b/libs/gst/check/gstharness.c
@@ -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