ges: Do not recreate auto-transitions when changing clip assets
authorThibault Saunier <tsaunier@igalia.com>
Fri, 4 Sep 2020 03:32:23 +0000 (23:32 -0400)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Fri, 11 Sep 2020 10:46:59 +0000 (10:46 +0000)
commit0030b0833b1f027b4fe9b4a0d5dd9beb473c140f
tree65300917a7b1a4d76ad7580d1b8cb6a0eb9e1ebe
parent2ba222c46be9d2dfce2dfda3f57af79fb7572b18
ges: Do not recreate auto-transitions when changing clip assets

Otherwise we loose the configuration of the auto transition, and
it is not required at all in any case.

Fixes https://gitlab.gnome.org/GNOME/pitivi/-/issues/2380

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-editing-services/-/merge_requests/208>
ges/ges-auto-transition.c
ges/ges-clip.c
ges/ges-internal.h
ges/ges-timeline-tree.c
ges/ges-timeline.c
ges/ges-uri-clip.c
tests/check/python/common.py
tests/check/python/test_assets.py
tests/check/python/test_timeline.py