mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
navigation: Add missing out parameter annotations to GstNavigation
https://bugzilla.gnome.org/show_bug.cgi?id=709938
This commit is contained in:
parent
973d1dcf39
commit
2b45196042
1 changed files with 2 additions and 2 deletions
|
@ -311,7 +311,7 @@ gst_navigation_query_set_commandsv (GstQuery * query, gint n_cmds,
|
|||
/**
|
||||
* gst_navigation_query_parse_commands_length:
|
||||
* @query: a #GstQuery
|
||||
* @n_cmds: the number of commands in this query.
|
||||
* @n_cmds: (out) the number of commands in this query.
|
||||
*
|
||||
* Parse the number of commands in the #GstNavigation commands @query.
|
||||
*
|
||||
|
@ -342,7 +342,7 @@ gst_navigation_query_parse_commands_length (GstQuery * query, guint * n_cmds)
|
|||
* gst_navigation_query_parse_commands_nth:
|
||||
* @query: a #GstQuery
|
||||
* @nth: the nth command to retrieve.
|
||||
* @cmd: a pointer to store the nth command into.
|
||||
* @cmd: (out) a pointer to store the nth command into.
|
||||
*
|
||||
* Parse the #GstNavigation command query and retrieve the @nth command from
|
||||
* it into @cmd. If the list contains less elements than @nth, @cmd will be
|
||||
|
|
Loading…
Reference in a new issue