gst: gst_parse_launch now returns a floating reference
authorPeteris Krisjanis <pecisk@gmail.com>
Thu, 26 Jan 2012 17:12:16 +0000 (19:12 +0200)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Thu, 26 Jan 2012 17:55:30 +0000 (18:55 +0100)
gst/gstparse.c

index a2d3d3d..ef8dcd5 100644 (file)
@@ -290,7 +290,7 @@ gst_parse_launchv_full (const gchar ** argv, GstParseContext * context,
  * the @error is set. In this case there was a recoverable parsing error and you
  * can try to play the pipeline.
  *
- * Returns: (transfer full): a new element on success, %NULL on failure. If
+ * Returns: (transfer floating): a new element on success, %NULL on failure. If
  *    more than one toplevel element is specified by the @pipeline_description,
  *   all elements are put into a #GstPipeline, which than is returned.
  */