ges: Make it so core elements can be re added to their 'owners'
authorThibault Saunier <tsaunier@igalia.com>
Wed, 18 Mar 2020 15:56:06 +0000 (12:56 -0300)
committerThibault Saunier <tsaunier@igalia.com>
Thu, 19 Mar 2020 00:58:11 +0000 (21:58 -0300)
commitfc0333922f2dc88822db0bb4bbea2319972ca958
treeb6cadb38a3ce070c06470273c6177e5626eaf980
parent10590e25f0b27668e0de81a2cff4b477a97c471f
ges: Make it so core elements can be re added to their 'owners'

The user might want to add/remove/add core children to clips and be able
to regroup ungrouped clip. This is needed for undo/redo in Pitivi for
example
ges/ges-clip.c
ges/ges-internal.h
ges/ges-timeline.c
ges/ges-track-element.c
tests/check/assets/30frames.ogv [new file with mode: 0644]
tests/check/python/test_clip.py