mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
ges/ges-timeline-object.c: C90 fixes
This commit is contained in:
parent
1ec9238358
commit
250d0be3c4
1 changed files with 4 additions and 0 deletions
|
@ -31,6 +31,10 @@
|
|||
#include "ges.h"
|
||||
#include "ges-internal.h"
|
||||
|
||||
gboolean
|
||||
ges_timeline_object_fill_track_object_func (GESTimelineObject * object,
|
||||
GESTrackObject * trackobj, GstElement * gnlobj);
|
||||
|
||||
|
||||
G_DEFINE_TYPE (GESTimelineObject, ges_timeline_object, G_TYPE_OBJECT);
|
||||
|
||||
|
|
Loading…
Reference in a new issue