* The in-point at which this #GESTrackObject will start outputting data
* from its contents (in nanoseconds).
*
- * Ex : an in-point of 5 seconds means that the first outputted buffer will
+ * Ex: an in-point of 5 seconds means that the first outputted buffer will
* be the one located 5 seconds in the controlled resource.
*/
properties[PROP_INPOINT] =
*
* The deep notify signal is used to be notified of property changes of all
* the childs of @track_object
+ *
+ * Since: 0.10.2
*/
ges_track_object_signals[DEEP_NOTIFY] =
g_signal_new ("deep-notify", G_TYPE_FROM_CLASS (klass),
*
* Sets a property of a child of @object. If there are various child elements
* that have the same property name, you can distinguish them using the following
- * synthaxe: 'ClasseName::property_name' as property name. If you don't, the
+ * syntax: 'ClasseName::property_name' as property name. If you don't, the
* corresponding property of the first element found will be set.
*
* Since: 0.10.2
*
* Sets a property of a child of @object. If there are various child elements
* that have the same property name, you can distinguish them using the following
- * synthaxe: 'ClasseName::property_name' as property name. If you don't, the
+ * syntax: 'ClasseName::property_name' as property name. If you don't, the
* corresponding property of the first element found will be set.
*
* Since: 0.10.2
*
* Gets a property of a child of @object. If there are various child elements
* that have the same property name, you can distinguish them using the following
- * synthaxe: 'ClasseName::property_name' as property name. If you don't, the
+ * syntax: 'ClasseName::property_name' as property name. If you don't, the
* corresponding property of the first element found will be set.
*
* Since: 0.10.2