mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
uri: use proper 'transfer floating' annotation
https://bugzilla.gnome.org/show_bug.cgi?id=664099
This commit is contained in:
parent
701424be9b
commit
5e928fa56e
1 changed files with 1 additions and 1 deletions
|
@ -562,7 +562,7 @@ gst_uri_protocol_is_supported (const GstURIType type, const gchar * protocol)
|
|||
*
|
||||
* Creates an element for handling the given URI.
|
||||
*
|
||||
* Returns: (transfer full): a new element or NULL if none could be created
|
||||
* Returns: (transfer floating): a new element or NULL if none could be created
|
||||
*/
|
||||
GstElement *
|
||||
gst_element_make_from_uri (const GstURIType type, const gchar * uri,
|
||||
|
|
Loading…
Reference in a new issue