mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-16 21:36:35 +00:00
add38d537c
We already checked that we are getting an EOS before going back to ready and adding the EOS at the end of the .validateflow is racy as the ERROR message might reach the bus before it is logged. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2264>
36 lines
1.2 KiB
Text
36 lines
1.2 KiB
Text
meta,
|
|
handles-states=true,
|
|
ignore-eos=true,
|
|
allow-errors=true,
|
|
args = {
|
|
"videotestsrc num-buffers=1 ! video/x-raw,format=ARGB,width=20,height=20 ! videoscale name=scaler ! video/x-raw,format=I420,width=100,height=100 ! fakevideosink",
|
|
},
|
|
configs = {
|
|
"$(validateflow), pad=scaler:src, buffers-checksum=as-id, ignored-event-types={ tag, eos }",
|
|
},
|
|
expected-issues = {
|
|
[
|
|
expected-issue,
|
|
level=critical,
|
|
issue-id=runtime::not-negotiated,
|
|
details="\
|
|
.*Caps negotiation failed starting from pad 'capsfilter.*:sink' as the QUERY_CAPS returned EMPTY caps for the following possible reasons:.*\\n\
|
|
-> Field 'format' downstream value from structure 0 '\\(gchararray\\)I420' can't intersect with filter value from structure number 0 '\\(gchararray\\)ARGB'\
|
|
",
|
|
],
|
|
[
|
|
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, scaler::disable-conversion=true
|
|
play
|
|
|
|
stop, on-message=error
|