ges:tests: Create shorter assets to avoid timeouts
authorThibault Saunier <tsaunier@igalia.com>
Wed, 13 Oct 2021 03:07:20 +0000 (00:07 -0300)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 13 Oct 2021 18:01:38 +0000 (18:01 +0000)
commit19c09211790ef2715350176a9b7551dabede9612
treec672e5dfc7bde051ffa6b4470a50ae5b41f5781d
parentfbee6c8b230e7c2fb8f0a9ab7a0cc27ad1176fdf
ges:tests: Create shorter assets to avoid timeouts

And use a simple GStreamer pipeline as testsrcbin with GstTranscoder
doesn't let us easily set the framerate of the source and we end up
having videorate dropping frames leading to the rendered file having
an unprecise duration.

This should fix races with `check.gst-editing-services.pythontests.pyunittest.python.test_assets.TestTimeline.test_reload_asset`

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1130>
subprojects/gst-editing-services/tests/check/python/common.py
subprojects/gst-editing-services/tests/check/python/test_assets.py