mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 06:26: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;
|
GList *tmp;
|
||||||
guint n_children;
|
guint n_children;
|
||||||
GESTimeline *timeline;
|
|
||||||
GType *children_types;
|
GType *children_types;
|
||||||
GESTimelineElement *element;
|
GESTimelineElement *element;
|
||||||
GObjectClass *clip_class;
|
GObjectClass *clip_class;
|
||||||
|
|
||||||
guint i = 0;
|
guint i = 0;
|
||||||
GESContainer *ret = NULL;
|
GESContainer *ret = NULL;
|
||||||
|
GESTimeline *timeline = NULL;
|
||||||
|
|
||||||
if (containers) {
|
if (containers) {
|
||||||
element = GES_TIMELINE_ELEMENT (containers->data);
|
element = GES_TIMELINE_ELEMENT (containers->data);
|
||||||
|
|
Loading…
Reference in a new issue