gstreamer/subprojects/gst-editing-services/tests/validate/nle/simple_source_playback.validatetest
Thibault Saunier daa1519e3d nle: Add validate tests support
This allows us to start testing internal of the elements by linking
the nle pluging directly with validate and implement validate
tests with specific action types.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5035>
2024-10-19 10:30:05 +00:00

15 lines
282 B
Text

meta,
handles-states=true,
ignore-eos=true,
args={
"nlesource name=s inpoint=0 duration=200000000 ! $(videosink)",
}
nle-add-child,
object-name="s",
desc="videotestsrc ! timeoverlay"
play
check-position, on-message=eos, expected-position=0.2
stop