mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
ges/ges-timeline-layer.c: C90 fixes
This commit is contained in:
parent
06a8cc32a0
commit
1ec9238358
1 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,8 @@ enum
|
||||||
|
|
||||||
static guint ges_timeline_layer_signals[LAST_SIGNAL] = { 0 };
|
static guint ges_timeline_layer_signals[LAST_SIGNAL] = { 0 };
|
||||||
|
|
||||||
|
static gboolean ges_timeline_layer_resync_priorities (GESTimelineLayer * layer);
|
||||||
|
|
||||||
static void
|
static void
|
||||||
ges_timeline_layer_get_property (GObject * object, guint property_id,
|
ges_timeline_layer_get_property (GObject * object, guint property_id,
|
||||||
GValue * value, GParamSpec * pspec)
|
GValue * value, GParamSpec * pspec)
|
||||||
|
|
Loading…
Reference in a new issue