[0.11] gstreamer: gst: gst_parse_launch now returns a floating reference
Edward Hervey
bilboed at kemper.freedesktop.org
Thu Jan 26 10:00:36 PST 2012
Module: gstreamer
Branch: 0.11
Commit: 42a6e487c854d9cdcd8e99f0a15cecd53748bd3d
URL: http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=42a6e487c854d9cdcd8e99f0a15cecd53748bd3d
Author: Peteris Krisjanis <pecisk at gmail.com>
Date: Thu Jan 26 19:12:16 2012 +0200
gst: gst_parse_launch now returns a floating reference
---
gst/gstparse.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gst/gstparse.c b/gst/gstparse.c
index a2d3d3d..ef8dcd5 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.
*/
More information about the gstreamer-commits
mailing list