mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
ges: ensure built-in timeline object classes are registered
This commit is contained in:
parent
d2b2ac0d51
commit
d9f8563319
1 changed files with 10 additions and 0 deletions
10
ges/ges.c
10
ges/ges.c
|
@ -44,5 +44,15 @@ ges_init (void)
|
||||||
"GStreamer Editing Services");
|
"GStreamer Editing Services");
|
||||||
gst_controller_init (NULL, NULL);
|
gst_controller_init (NULL, NULL);
|
||||||
|
|
||||||
|
/* register timeline object classes with the system */
|
||||||
|
|
||||||
|
GES_TYPE_TIMELINE_TEST_SOURCE;
|
||||||
|
GES_TYPE_TIMELINE_FILE_SOURCE;
|
||||||
|
GES_TYPE_TIMELINE_TITLE_SOURCE;
|
||||||
|
GES_TYPE_TIMELINE_TRANSITION;
|
||||||
|
GES_TYPE_TIMELINE_OVERLAY;
|
||||||
|
|
||||||
|
/* TODO: user-defined types? */
|
||||||
|
|
||||||
GST_DEBUG ("GStreamer Editing Services initialized");
|
GST_DEBUG ("GStreamer Editing Services initialized");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue