gstreamer/tests/check/nle
Henry Wilkes dc9dbddbae nleobject: stop using media-duration-factor
The property had been deprecated and is unused.

This property is not needed. Any internal time effect that an nleoperation
wraps is itself responsible for converting seek/segment timestamps.
Previously, the ghostpads were performing a rate conversion after the
rate element had already done so, essentially doubling their effect on
seeks and segment times. This was always unnecessary, but went unnoticed
by the tempochange test because it was using an identity element rather
than an actual rate-changing element.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-editing-services/-/merge_requests/160>
2020-04-29 12:32:52 +00:00
..
common.c tests: nle: Fix GList leak 2019-01-18 20:32:02 +00:00
common.h tests: nle: Fix GList leak 2019-01-18 20:32:02 +00:00
complex.c tests: Check that linking pads works 2020-04-10 11:12:12 -04:00
nlecomposition.c tests:nle: Unref the bus before unrefing the pipeline 2019-08-12 17:40:33 -04:00
nleoperation.c tests: init/deinit per test case 2019-01-28 17:35:04 +09:00
nlesource.c Cleanup import of GNL and rename gnl to nle for Non Linear Engine 2014-10-31 11:58:12 +01:00
seek.c Cleanup import of GNL and rename gnl to nle for Non Linear Engine 2014-10-31 11:58:12 +01:00
simple.c tests: init/deinit per test case 2019-01-28 17:35:04 +09:00
tempochange.c nleobject: stop using media-duration-factor 2020-04-29 12:32:52 +00:00