gst: gst_parse_bin_from_description returns a new reference

This commit is contained in:
Peteris Krisjanis 2012-01-25 17:27:40 +02:00 committed by Edward Hervey
parent 1d3d1a6e03
commit f09b23ee07

View 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
*/