clip: Don't split clips at illegal position
authorThibault Saunier <tsaunier@igalia.com>
Wed, 4 Mar 2020 20:16:18 +0000 (17:16 -0300)
committerThibault Saunier <tsaunier@igalia.com>
Fri, 6 Mar 2020 18:18:28 +0000 (18:18 +0000)
commitf8091262b52760b583d240227f6e25b32fe5bcdf
treecdb1077a6c584127f30ab0ba925f3230f5e90509
parent1cc5221d49965b197b30f58e0ad9715b910675c0
clip: Don't split clips at illegal position

Make sure that when we split a clip, the resulting timeline would
not be in an illegal state.

Fixes https://gitlab.freedesktop.org/gstreamer/gst-editing-services/issues/94
ges/ges-clip.c
tests/check/python/test_timeline.py