mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
container: Do not forget to initialize the timeline before using it
This commit is contained in:
parent
73075e4637
commit
28770ce53b
1 changed files with 1 additions and 1 deletions
|
@ -663,13 +663,13 @@ ges_container_group (GList * containers)
|
|||
{
|
||||
GList *tmp;
|
||||
guint n_children;
|
||||
GESTimeline *timeline;
|
||||
GType *children_types;
|
||||
GESTimelineElement *element;
|
||||
GObjectClass *clip_class;
|
||||
|
||||
guint i = 0;
|
||||
GESContainer *ret = NULL;
|
||||
GESTimeline *timeline = NULL;
|
||||
|
||||
if (containers) {
|
||||
element = GES_TIMELINE_ELEMENT (containers->data);
|
||||
|
|
Loading…
Reference in a new issue