mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
a342d14ba9
It introduces a `reverse` property at the `nlesource` level which will basically reverse playback of the clip. We guarantee that outside that clip, the data flow looks like it was playing forward as we add an 'identity' element with `single-segment=true`. This start making use of the newly introduced concept of `CHILD_PROP_FLAG_SET_ON_ALL_INSTANCES` as it is natural that doing `source_clip.set_child_property("reverse", True)` will make the whole clip go reverse, meaning that all the GESSource children properties will be set. To set an individual source "reverse" child property as the desired effect. Fixes: https://gitlab.freedesktop.org/gstreamer/gst-editing-services/-/issues/24 Depends on: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/451 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/918> |
||
---|---|---|
.. | ||
ges | ||
medias@cba2a17a35 | ||
testsuites | ||
.gitignore | ||
HACKING | ||
integration-testsuites.config | ||
meson.build | ||
README |
This the official GStreamer integration testsuites implementation repository. Those testsuites are meant to be used with GstValidate available in the gst-devtools[0] repository This repository includes both media files (available in medias/) that will be retrieved from the web using medias/get_files.py and several testsuites (available in testsuites/) to be used with gst-validate-launcher[1]. By default, gst-validate-launcher --sync will retrieve that repository to run the default testsuite (namely validate and ges testsuites from testsuites/validate.py and testsuites/ges.py) For any USAGE documentation, you should refer to gst-validate documentation and in particular to: $ gst-validate-launcher --help Note that this repository uses [git-lfs] so you will need to install it before cloning. [0] http://cgit.freedesktop.org/gstreamer/gst-devtools/ [1] https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-validate/html/gst-validate-launcher.html [git-lfs] https://git-lfs.github.com/