[0.11] gstreamer: gst: gst_parse_bin_from_description returns a new reference
Edward Hervey
bilboed at kemper.freedesktop.org
Wed Jan 25 07:49:18 PST 2012
Module: gstreamer
Branch: 0.11
Commit: f09b23ee07e73d2592b1f95c1b80b7ef02ce203d
URL: http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=f09b23ee07e73d2592b1f95c1b80b7ef02ce203d
Author: Peteris Krisjanis <pecisk at gmail.com>
Date: Wed Jan 25 17:27:40 2012 +0200
gst: gst_parse_bin_from_description returns a new reference
---
gst/gstutils.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gst/gstutils.c b/gst/gstutils.c
index 363dee0..725671b 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
*/
More information about the gstreamer-commits
mailing list