mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-07 07:55:41 +00:00
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
This commit is contained in:
parent
83ea7f3ea5
commit
6f07a3af8c
1 changed files with 2 additions and 2 deletions
|
@ -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: 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
|
||||
|
|
Loading…
Reference in a new issue