Skip to content
Snippets Groups Projects
Commit 937a6ca6 authored by Sebastian Dröge's avatar Sebastian Dröge :tea: Committed by Tim-Philipp Müller
Browse files

device: gst_device_create_element() is `transfer floating`, not `transfer full`

Fixing the annotation fixes leaking of the created element in all
bindings using GObject-Introspection.

Fixes gstreamer/gstreamer#444
parent abeb5e67
No related branches found
No related tags found
No related merge requests found
......@@ -196,7 +196,7 @@ gst_device_set_property (GObject * object, guint prop_id,
* Creates the element with all of the required parameters set to use
* this device.
*
* Returns: (transfer full) (nullable): a new #GstElement configured to use
* Returns: (transfer floating) (nullable): a new #GstElement configured to use
* this device
*
* Since: 1.4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment