mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 19:50:40 +00:00
8650c47cd3
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>
12 lines
329 B
Text
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
|