mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-18 20:25:25 +00:00
query: fix annotation for gst_query_parse_uri
This commit is contained in:
parent
a70b5fc16a
commit
0d82493894
1 changed files with 1 additions and 1 deletions
|
@ -1398,7 +1398,7 @@ gst_query_set_uri (GstQuery * query, const gchar * uri)
|
|||
/**
|
||||
* gst_query_parse_uri:
|
||||
* @query: a #GstQuery
|
||||
* @uri: (out callee-allocates) (allow-none): the storage for the current URI
|
||||
* @uri: (out) (transfer full) (allow-none): the storage for the current URI
|
||||
* (may be NULL)
|
||||
*
|
||||
* Parse an URI query, writing the URI into @uri as a newly
|
||||
|
|
Loading…
Reference in a new issue