From 2b45196042268c43fbb70f3d4275f4fae2c9f411 Mon Sep 17 00:00:00 2001 From: Stephan Sundermann Date: Fri, 11 Oct 2013 21:51:00 +0200 Subject: [PATCH] navigation: Add missing out parameter annotations to GstNavigation https://bugzilla.gnome.org/show_bug.cgi?id=709938 --- gst-libs/gst/video/navigation.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst-libs/gst/video/navigation.c b/gst-libs/gst/video/navigation.c index b743093809..90c4ce752f 100644 --- a/gst-libs/gst/video/navigation.c +++ b/gst-libs/gst/video/navigation.c @@ -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