mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 03:29:50 +00:00
timeline-element: Fix ABI breakage
New fields in structure should be added in place of the padding
This commit is contained in:
parent
f9ba0e222e
commit
dc36dd1afe
1 changed files with 1 additions and 1 deletions
|
@ -194,9 +194,9 @@ struct _GESTimelineElementClass
|
||||||
GParamSpec** (*list_children_properties) (GESTimelineElement * self, guint *n_properties);
|
GParamSpec** (*list_children_properties) (GESTimelineElement * self, guint *n_properties);
|
||||||
gboolean (*lookup_child) (GESTimelineElement *self, const gchar *prop_name,
|
gboolean (*lookup_child) (GESTimelineElement *self, const gchar *prop_name,
|
||||||
GObject **child, GParamSpec **pspec);
|
GObject **child, GParamSpec **pspec);
|
||||||
|
GESTrackType (*get_track_types) (GESTimelineElement * self);
|
||||||
void (*set_child_property) (GESTimelineElement * self, GObject *child,
|
void (*set_child_property) (GESTimelineElement * self, GObject *child,
|
||||||
GParamSpec *pspec, GValue *value);
|
GParamSpec *pspec, GValue *value);
|
||||||
GESTrackType (*get_track_types) (GESTimelineElement * self);
|
|
||||||
|
|
||||||
/*< private > */
|
/*< private > */
|
||||||
/* Padding for API extension */
|
/* Padding for API extension */
|
||||||
|
|
Loading…
Reference in a new issue