test: virtme: Disable one of the VP9 SVC test

The virtual driver VISL does not support dynamic resolution changes. Before the
vp9parser fix, the first frame would be decoded and display and the rest
dropped. Though, since we fixed the handling of super frame, that frame is now
dropped, since it is marked DECODE_ONLY. All other frames in that stream can't
be decoded. So no frame gets decoded which leads to an error.

Simply skip this test until visl can handle this type of stream.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8944>
This commit is contained in:
Nicolas Dufresne 2025-07-03 20:55:52 -04:00
parent cf1aa3ecc6
commit b77a4b4a97

View File

@ -15,7 +15,9 @@ virtme_run = find_program('virtme-run.sh')
supported_decoders = {
'vp8': [],
'vp9': [],
'vp9': [
'vp90-2-22-svc_1280x720_3.ivf'
],
'h.264': [
'FM1_BT_B',
'FM2_SVA_C'