timeline-element: Fix compilation errors

There were some code errors introduced in commit 6b738b7a
This commit is contained in:
Víctor Manuel Jáquez Leal 2018-11-05 13:57:25 +01:00
parent 21294f907e
commit c04342e4f1
2 changed files with 2 additions and 2 deletions

View file

@ -929,7 +929,7 @@ ges_timeline_element_get_priority (GESTimelineElement * self)
* *
* Returns: %TRUE if @priority could be set. * Returns: %TRUE if @priority could be set.
*/ */
void gboolean
ges_timeline_element_set_priority (GESTimelineElement * self, guint32 priority) ges_timeline_element_set_priority (GESTimelineElement * self, guint32 priority)
{ {
GESTimelineElementClass *klass; GESTimelineElementClass *klass;

View file

@ -218,7 +218,7 @@ GES_API
gboolean ges_timeline_element_set_start (GESTimelineElement *self, GstClockTime start); gboolean ges_timeline_element_set_start (GESTimelineElement *self, GstClockTime start);
GES_API GES_API
gboolean ges_timeline_element_set_inpoint (GESTimelineElement *self, GstClockTime inpoint); gboolean ges_timeline_element_set_inpoint (GESTimelineElement *self, GstClockTime inpoint);
gboolean GES_API
gboolean ges_timeline_element_set_duration (GESTimelineElement *self, GstClockTime duration); gboolean ges_timeline_element_set_duration (GESTimelineElement *self, GstClockTime duration);
GES_API GES_API
gboolean ges_timeline_element_set_max_duration (GESTimelineElement *self, GstClockTime maxduration); gboolean ges_timeline_element_set_max_duration (GESTimelineElement *self, GstClockTime maxduration);