mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
container: resort children after prepending an element.
This commit is contained in:
parent
09405c0080
commit
e9e7f0a82c
1 changed files with 2 additions and 0 deletions
|
@ -495,6 +495,8 @@ ges_container_add (GESContainer * container, GESTimelineElement * child)
|
|||
|
||||
container->children = g_list_prepend (container->children, child);
|
||||
|
||||
_ges_container_sort_children (container);
|
||||
|
||||
/* Listen to all property changes */
|
||||
mapping->start_notifyid =
|
||||
g_signal_connect (G_OBJECT (child), "notify::start",
|
||||
|
|
Loading…
Reference in a new issue