gstreamer/tests
Henry Wilkes a6d0418f99 uri-clip: don't assume duration needs to stay the same
ges_uri_clip_asset_get_duration does not tell us what the duration in
the timeline needs to be. Especially when we have time effects, or
effects with finite max-durations. So we should no longer expect the
duration to stay the same when replacing assets. Instead, we just check
that the new max-duration would be compatible with the current in-point
(which was not checked before), and the clip would not be totally
overlapped if its duration-limit changes.

This is based on the assumption that each source is replaced one-to-one
in its track. If a source is replaced with nothing in the same track,
this check may be a little too strong (but still mostly weaker than
before). However, problems could occur if track selection does
something unexpected, such as placing the new source in a track not
previously occupied.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-editing-services/-/merge_requests/177>
2020-05-25 11:20:38 +01:00
..
benchmarks Remove autotools build system 2019-10-13 13:54:19 +01:00
check uri-clip: don't assume duration needs to stay the same 2020-05-25 11:20:38 +01:00
validate test: Add support for .validatetest in the launcher app 2020-05-02 05:24:53 +00:00
meson.build meson: Build benchmarks 2019-03-15 16:18:58 -03:00