gstreamer/tests/check/python
Thibault Saunier 1b5c3cb865 timeline: Avoid creating extra transition when rippling clips
In some cases when rippling clip we could get the algo lost because
a transition existed between two clips (for example at the end of c1
and at the begining of c2) but while rippling it would have required
a transition at the end of c2 and beginning of c1, and we were properly
not destroying the old one (as the two clips were in the moving context)
but we were still creating the other transition in the end...

Reviewed-by: Alex Băluț <alexandru.balut@gmail.com>
Differential Revision: https://phabricator.freedesktop.org/D1362
2016-11-04 15:56:36 -03:00
..
__init__.py tests_:python: Factor out common code 2016-09-26 13:33:25 -03:00
common.py tests_:python: Factor out common code 2016-09-26 13:33:25 -03:00
test_clip.py tests_: Check transition is gone when editing clip to another layer 2016-11-04 15:56:30 -03:00
test_group.py tests_:python: Factor out common code 2016-09-26 13:33:25 -03:00
test_timeline.py timeline: Avoid creating extra transition when rippling clips 2016-11-04 15:56:36 -03:00