diff --git a/ges/ges-timeline-object.h b/ges/ges-timeline-object.h index a5dbc4cbfa..de70b0a72e 100644 --- a/ges/ges-timeline-object.h +++ b/ges/ges-timeline-object.h @@ -91,7 +91,7 @@ typedef gboolean (*FillTrackObjectFunc) (GESTimelineObject * object, * GES_TIMELINE_OBJECT_PRIORITY: * @obj: a #GESTimelineObject * - * The priority of the object (in nanoseconds). + * The priority of the object. */ #define GES_TIMELINE_OBJECT_PRIORITY(obj) (((GESTimelineObject*)obj)->priority)