From 3737466563fcba618e88c3534869429b2e0c839a Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Mon, 30 Nov 2015 23:08:50 +0100 Subject: [PATCH] controlsource: Annotate get_value[_array] as (method) As the names clash with gst_object_get_value[_array] https://bugzilla.gnome.org/show_bug.cgi?id=756950 --- gst/gstcontrolsource.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/gstcontrolsource.c b/gst/gstcontrolsource.c index 7a6b87d..bb5474e 100644 --- a/gst/gstcontrolsource.c +++ b/gst/gstcontrolsource.c @@ -89,7 +89,7 @@ gst_control_source_constructor (GType type, guint n_construct_params, } /** - * gst_control_source_get_value: + * gst_control_source_get_value: (method) * @self: the #GstControlSource object * @timestamp: the time for which the value should be returned * @value: (out): the value @@ -113,7 +113,7 @@ gst_control_source_get_value (GstControlSource * self, GstClockTime timestamp, } /** - * gst_control_source_get_value_array: + * gst_control_source_get_value_array: (method) * @self: the #GstControlSource object * @timestamp: the first timestamp * @interval: the time steps -- 2.7.4