summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeteris Krisjanis <pecisk@gmail.com>2012-01-25 17:27:40 +0200
committerEdward Hervey <edward.hervey@collabora.co.uk>2012-01-25 16:46:40 +0100
commitf09b23ee07e73d2592b1f95c1b80b7ef02ce203d (patch)
tree462c0ee90af4759468697634af1a668d809746b8
parent1d3d1a6e03798beb943b7a30f4f0d1d01d7f75a0 (diff)
gst: gst_parse_bin_from_description returns a new reference
-rw-r--r--gst/gstutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstutils.c b/gst/gstutils.c
index 363dee04d8..725671ba38 100644
--- a/gst/gstutils.c
+++ b/gst/gstutils.c
@@ -3290,7 +3290,7 @@ gst_bin_find_unlinked_pad (GstBin * bin, GstPadDirection direction)
* and want them all ghosted, you will have to create the ghost pads
* yourself).
*
- * Returns: (transfer full): a newly-created bin, or NULL if an error occurred.
+ * Returns: (transfer floating): a newly-created bin, or NULL if an error occurred.
*
* Since: 0.10.3
*/