gst: gst_parse_bin_from_description returns a new reference
authorPeteris Krisjanis <pecisk@gmail.com>
Wed, 25 Jan 2012 15:27:40 +0000 (17:27 +0200)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Wed, 25 Jan 2012 15:46:40 +0000 (16:46 +0100)
gst/gstutils.c

index 363dee0..725671b 100644 (file)
@@ -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
  */