From 1d7afbd0f2685bde898bdac91840fd6a8f3326ad Mon Sep 17 00:00:00 2001 From: Johan Bilien Date: Tue, 22 Dec 2009 11:09:10 +0800 Subject: [PATCH] introspection: add annotation for gst_element_get_state state and pending are "out" arguments. Fixes #605189. --- gst/gstelement.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gst/gstelement.c b/gst/gstelement.c index 4ceceff..92d755d 100644 --- a/gst/gstelement.c +++ b/gst/gstelement.c @@ -2043,9 +2043,9 @@ interrupted: /** * gst_element_get_state: * @element: a #GstElement to get the state of. - * @state: a pointer to #GstState to hold the state. Can be %NULL. - * @pending: a pointer to #GstState to hold the pending state. - * Can be %NULL. + * @state: (out): a pointer to #GstState to hold the state. Can be %NULL. + * @pending: (out): a pointer to #GstState to hold the pending state. + * Can be %NULL. * @timeout: a #GstClockTime to specify the timeout for an async * state change or %GST_CLOCK_TIME_NONE for infinite timeout. * -- 2.7.4