gboolean
gst_control_source_get_value_array (GstControlSource * self,
GstClockTime timestamp, GstClockTime interval, guint n_values,
- gpointer * values)
+ gpointer values)
{
g_return_val_if_fail (GST_IS_CONTROL_SOURCE (self), FALSE);
*
*/
typedef gboolean (* GstControlSourceGetValueArray) (GstControlSource *self,
- GstClockTime timestamp, GstClockTime interval, guint n_values, gpointer *values);
+ GstClockTime timestamp, GstClockTime interval, guint n_values, gpointer values);
/**
* GstControlSourceBind
GValue *value);
gboolean gst_control_source_get_value_array (GstControlSource *self, GstClockTime timestamp,
GstClockTime interval, guint n_values,
- gpointer *values);
+ gpointer values);
gboolean gst_control_source_bind (GstControlSource *self, GParamSpec *pspec);
gboolean
gst_object_get_value_array (GstObject * object, const gchar * property_name,
GstClockTime timestamp, GstClockTime interval, guint n_values,
- gpointer * values)
+ gpointer values)
{
gboolean res = FALSE;
GstControlledProperty *prop;
GstClockTime timestamp);
gboolean gst_object_get_value_array (GstObject * object, const gchar * property_name,
GstClockTime timestamp, GstClockTime interval,
- guint n_values, gpointer *values);
+ guint n_values, gpointer values);
GstClockTime gst_object_get_control_rate (GstObject * object);
void gst_object_set_control_rate (GstObject * object, GstClockTime control_rate);