2020-04-21 20:22:31 +00:00
|
|
|
meta,
|
|
|
|
tool = "ges-launch-$(gst_api_version)",
|
|
|
|
args = {
|
|
|
|
--track-types, video,
|
|
|
|
--videosink, "$(videosink) name=videosink",
|
|
|
|
--video-caps, "video/x-raw,width=1280,height=720,framerate=10/1",
|
|
|
|
},
|
|
|
|
handles-states=true,
|
|
|
|
ignore-eos=true,
|
|
|
|
configs = {
|
|
|
|
# Ideally we should be able to record checksums... but they are not reproducible
|
2020-04-30 21:44:33 +00:00
|
|
|
"$(validateflow), pad=videosink:sink, record-buffers=true, ignored-fields=\"stream-start={stream-id,group-id,stream}\"",
|
2020-04-21 20:22:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
add-clip, name=c0, asset-id=GESTestClip, layer-priority=0, type=GESTestClip, start=0, duration=1.0
|
|
|
|
set-child-properties, element-name=c0, pattern=blue, time-mode=time-code, valignment=center, halignment=center
|
|
|
|
|
|
|
|
add-clip, name=c1, asset-id=GESTestClip, layer-priority=0, type=GESTestClip, start=1.0, duration=1.0
|
|
|
|
set-child-properties, element-name=c1, pattern=red, time-mode=time-code, valignment=center, halignment=center
|
|
|
|
commit;
|
|
|
|
play
|
|
|
|
|
|
|
|
seek, start=0.0, stop=0.5, flags=accurate+flush
|
|
|
|
crank-clock, expected-elapsed-time=0.0
|
|
|
|
|
|
|
|
# 4 remaining buffers + eos.
|
|
|
|
crank-clock, repeat=5, expected-elapsed-time=0.1
|
|
|
|
|
|
|
|
check-position, on-message=eos, expected-position=0.5
|
|
|
|
stop;
|