From: Thibault Saunier Date: Mon, 30 Nov 2015 22:08:50 +0000 (+0100) Subject: controlsource: Annotate get_value[_array] as (method) X-Git-Tag: 1.10.4~605 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3737466563fcba618e88c3534869429b2e0c839a;p=platform%2Fupstream%2Fgstreamer.git 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 --- 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