group: tidied timeline membership in copy-paste
authorHenry Wilkes <hwilkes@igalia.com>
Thu, 2 Apr 2020 10:58:18 +0000 (11:58 +0100)
committerHenry Wilkes <hwilkes@igalia.com>
Wed, 8 Apr 2020 13:35:28 +0000 (14:35 +0100)
commitef1c0f0faaaf6cb9dd90b4470f6fb1287581e044
tree5dd29740f10d1ccb5997491664f576b1d64250f4
parenteec9c90a8c4138a3ef7b93fec673b9f96e15d534
group: tidied timeline membership in copy-paste

Previously, the GESContainer ->paste method and GESGroup ->paste methods
were unnecessarily setting the timeline of groups, even though this is
handled by the GESGroup ->child_added method. This could result in the
group being added multiple times.
ges/ges-container.c
ges/ges-group.c
ges/ges-timeline.c