From 88acf3515ea43bc42736b31b7fbc0ffd15413fe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= Date: Mon, 25 Nov 2013 19:04:38 -0500 Subject: [PATCH] query: Fix gi annotations of gst_structure_new_custom() --- gst/gstquery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstquery.c b/gst/gstquery.c index 44664130c7..48a9022bd0 100644 --- a/gst/gstquery.c +++ b/gst/gstquery.c @@ -661,7 +661,7 @@ gst_query_parse_segment (GstQuery * query, gdouble * rate, GstFormat * format, /** * gst_query_new_custom: * @type: the query type - * @structure: a structure for the query + * @structure: (allow-none) (transfer full): a structure for the query * * Constructs a new custom query object. Use gst_query_unref() * when done with it.