tests: vp9enc: enforce I420 format
authorGuillaume Desmottes <guillaume.desmottes@collabora.com>
Mon, 8 Jun 2020 07:33:10 +0000 (09:33 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.com>
Mon, 8 Jun 2020 15:58:29 +0000 (17:58 +0200)
commit0594d2f981cd714bc10bb35ebb39fbc09ebb1a95
tree25021273b525ee9e311aae581323f4b641369cc5
parent54810bf44f27d9c180730f58f16f6e172c7b0bc8
tests: vp9enc: enforce I420 format

Test was not enforcing a video format on videotestsrc. I420 was picked
as it was the first format in GST_VIDEO_FORMATS_ALL which will no longer
be true (gst-plugins-base!689).

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/615>
tests/check/elements/vp9enc.c