From dc36dd1afe895275803660a5c845741600a4ee56 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Sat, 31 Mar 2018 11:24:23 -0300 Subject: [PATCH] timeline-element: Fix ABI breakage New fields in structure should be added in place of the padding --- ges/ges-timeline-element.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ges/ges-timeline-element.h b/ges/ges-timeline-element.h index d779434..7786603 100644 --- a/ges/ges-timeline-element.h +++ b/ges/ges-timeline-element.h @@ -194,9 +194,9 @@ struct _GESTimelineElementClass GParamSpec** (*list_children_properties) (GESTimelineElement * self, guint *n_properties); gboolean (*lookup_child) (GESTimelineElement *self, const gchar *prop_name, GObject **child, GParamSpec **pspec); + GESTrackType (*get_track_types) (GESTimelineElement * self); void (*set_child_property) (GESTimelineElement * self, GObject *child, GParamSpec *pspec, GValue *value); - GESTrackType (*get_track_types) (GESTimelineElement * self); /*< private > */ /* Padding for API extension */ -- 2.7.4