gstreamer/validate/tests/launcher_tests/simple_interlaced_action.validatetest
Thibault Saunier 8650c47cd3 validate: Move action finalization to _set_done where it belongs
gst_validate_action_set_done is the place where we should finalize the
action, not in `execute_next`, this way we better handle printing
interlaced action finalization too.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-devtools/-/merge_requests/207>
2020-06-22 17:20:32 +00:00

12 lines
329 B
Text

meta,
handles-states=true,
args = {
"appsrc name=src ! typefind ! fakesink",
}
# Let push ourself into the pipeline :-)
appsrc-push, file-name="$(test_dir)/$(test_name).validatetest", target-element-name=src
priv_check-action-type-calls, type=appsrc-push, n=1
appsrc-eos, target-element-name=src
pause;
stop