gstcontrolsource.h   gstcontrolsource.h 
skipping to change at line 73 skipping to change at line 73
* GstValueArray: * GstValueArray:
* @property_name: the name of the property this array belongs to * @property_name: the name of the property this array belongs to
* @nbsamples: number of samples requested * @nbsamples: number of samples requested
* @sample_interval: interval between each sample * @sample_interval: interval between each sample
* @values: pointer to the array * @values: pointer to the array
* *
* Structure to receive multiple values at once. * Structure to receive multiple values at once.
*/ */
struct _GstValueArray struct _GstValueArray
{ {
gchar *property_name; const gchar *property_name;
gint nbsamples; gint nbsamples;
GstClockTime sample_interval; GstClockTime sample_interval;
gpointer *values; gpointer *values;
}; };
/** /**
* GstControlSourceGetValue * GstControlSourceGetValue
* @self: the #GstControlSource instance * @self: the #GstControlSource instance
* @timestamp: timestamp for which a value should be calculated * @timestamp: timestamp for which a value should be calculated
* @value: a #GValue which will be set to the result. It must be initialize d to the correct type. * @value: a #GValue which will be set to the result. It must be initialize d to the correct type.
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/