discoverer: Fix a gtk-doc gobject-introspection annotation
gst_discoverer_discover_uri() expects the caller to unref the returned GstDiscovererInfo object. The corresponding gtk-doc annotation was not updated to reflect this.
This commit is contained in:
parent
d392994597
commit
5cb8b39c2c
@ -1318,8 +1318,7 @@ gst_discoverer_discover_uri_async (GstDiscoverer * discoverer,
|
||||
*
|
||||
* A copy of @uri will be done internally, the caller can safely g_free() afterwards.
|
||||
*
|
||||
* Returns: (transfer none): see #GstDiscovererInfo. The caller must free this structure
|
||||
* after use.
|
||||
* Returns: see #GstDiscovererInfo. The caller must unref this structure after use.
|
||||
*
|
||||
* Since: 0.10.31
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user