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:
authorAurélien Zanelli <aurelien.zanelli@darkosphere.fr>2016-03-19 14:55:09 +0300
committerTim-Philipp Müller <tim@centricular.com>2016-04-06 14:34:21 +0300
commita7cfbf3d6e4e2765526ea777658f98b7146d1c72 (patch)
treecf655d9a16136f1de5a5bb92dea91efea5912f6f
parent8205b45076f0a868f3c9a719e15c7a53dd4be9f6 (diff)
utils: add 'transfer full' annotation to gst_pad_peer_query_caps
https://bugzilla.gnome.org/show_bug.cgi?id=763912
-rw-r--r--gst/gstutils.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gst/gstutils.c b/gst/gstutils.c
index 8bc1738ebe..68a51e2fff 100644
--- a/gst/gstutils.c
+++ b/gst/gstutils.c
@@ -2867,9 +2867,9 @@ gst_pad_query_caps (GstPad * pad, GstCaps * filter)
* downstream in the preferred order. @filter might be %NULL but
* if it is not %NULL the returned caps will be a subset of @filter.
*
- * Returns: the caps of the peer pad with incremented ref-count. When there is
- * no peer pad, this function returns @filter or, when @filter is %NULL, ANY
- * caps.
+ * Returns: (transfer full): the caps of the peer pad with incremented
+ * ref-count. When there is no peer pad, this function returns @filter or,
+ * when @filter is %NULL, ANY caps.
*/
GstCaps *
gst_pad_peer_query_caps (GstPad * pad, GstCaps * filter)