2022-04-14 13:48:14 +00:00
|
|
|
meta,
|
|
|
|
handles-states=true,
|
|
|
|
ignore-eos=true,
|
|
|
|
allow-errors=true,
|
|
|
|
args = {
|
|
|
|
"videotestsrc num-buffers=1 ! video/x-raw,format=ARGB,width=20,height=20 ! videoconvert name=converter ! video/x-raw,format=I420,width=100,height=100 ! fakevideosink",
|
|
|
|
},
|
|
|
|
configs = {
|
2022-04-21 14:21:37 +00:00
|
|
|
"$(validateflow), pad=converter:src, buffers-checksum=as-id, ignored-event-types={ tag, eos }",
|
2022-04-14 13:48:14 +00:00
|
|
|
},
|
|
|
|
expected-issues = {
|
|
|
|
[
|
|
|
|
expected-issue,
|
|
|
|
level=critical,
|
|
|
|
issue-id=runtime::not-negotiated,
|
|
|
|
details="\
|
|
|
|
.*Caps negotiation failed starting from pad 'capsfilter1:sink' as the QUERY_CAPS returned EMPTY caps for the following possible reasons:.*\\n\
|
|
|
|
.*-> Field 'width' downstream value from structure 0 '.*100' can't intersect with filter value from structure number 0 '.*20'.*\\n\
|
|
|
|
.*-> Field 'height' downstream value from structure 0 '.*100' can't intersect with filter value from structure number 0 '.*20'.*\
|
|
|
|
",
|
|
|
|
],
|
|
|
|
[
|
|
|
|
expected-issue,
|
|
|
|
level=critical,
|
|
|
|
issue-id=scenario::execution-error,
|
|
|
|
details="Error message happened while executing action",
|
|
|
|
],
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
play
|
|
|
|
set-state, state=ready, on-message=eos
|
|
|
|
|
|
|
|
set-properties, converter::disable-scaling=true
|
|
|
|
play
|
|
|
|
|
|
|
|
stop, on-message=error
|