summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeteris Krisjanis <pecisk@gmail.com>2012-01-26 19:12:16 +0200
committerEdward Hervey <edward.hervey@collabora.co.uk>2012-01-26 18:55:30 +0100
commit42a6e487c854d9cdcd8e99f0a15cecd53748bd3d (patch)
treedc00d7455cd8a47e13c1e47f54b5bd17e3c342fa
parent479b7ff5f1282f3b63641e59b2de09848a30657b (diff)
gst: gst_parse_launch now returns a floating reference
-rw-r--r--gst/gstparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstparse.c b/gst/gstparse.c
index a2d3d3deaf..ef8dcd572b 100644
--- a/gst/gstparse.c
+++ b/gst/gstparse.c
@@ -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.
*/