mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
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
1 changed files with 1 additions and 2 deletions
|
@ -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…
Reference in a new issue