mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 17:05:52 +00:00
13 lines
329 B
Text
13 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
|