diff --git a/girs/GES-1.0.gir b/girs/GES-1.0.gir index 9181b342e5..e11b7614f7 100644 --- a/girs/GES-1.0.gir +++ b/girs/GES-1.0.gir @@ -11198,7 +11198,7 @@ optionally by more name/return location pairs, followed by %NULL - + Gets the #GESTimelineElement:in-point for the element. @@ -11739,7 +11739,7 @@ last the desired duration. - + Sets #GESTimelineElement:in-point for the element. If the new in-point is above the current #GESTimelineElement:max-duration of the element, this method will fail. @@ -11950,7 +11950,7 @@ operation element, this would determine for how long its effect should be applied to any source content. - + The initial offset to use internally when outputting content (in nanoseconds, but in the time coordinates of the internal content). diff --git a/subprojects/gst-editing-services/ges/ges-timeline-element.c b/subprojects/gst-editing-services/ges/ges-timeline-element.c index 53a76a7fda..2726f04b9d 100644 --- a/subprojects/gst-editing-services/ges/ges-timeline-element.c +++ b/subprojects/gst-editing-services/ges/ges-timeline-element.c @@ -486,7 +486,7 @@ ges_timeline_element_class_init (GESTimelineElementClass * klass) G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY); /** - * GESTimelineElement:in-point: + * GESTimelineElement:in-point: (getter get_inpoint)(setter set_inpoint) * * The initial offset to use internally when outputting content (in * nanoseconds, but in the time coordinates of the internal content). @@ -1201,7 +1201,7 @@ ges_timeline_element_set_start (GESTimelineElement * self, GstClockTime start) } /** - * ges_timeline_element_set_inpoint: + * ges_timeline_element_set_inpoint: (set-property in-point): * @self: A #GESTimelineElement * @inpoint: The in-point, in internal time coordinates * @@ -1382,7 +1382,7 @@ ges_timeline_element_get_start (GESTimelineElement * self) } /** - * ges_timeline_element_get_inpoint: + * ges_timeline_element_get_inpoint: (get-property in-point): * @self: A #GESTimelineElement * * Gets the #GESTimelineElement:in-point for the element.