mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
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>
This commit is contained in:
parent
54810bf44f
commit
0594d2f981
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ GST_START_TEST (test_encode_lag_in_frames)
|
|||
gint i;
|
||||
|
||||
gst_harness_add_src_parse (h, "videotestsrc is-live=true pattern=black ! "
|
||||
"capsfilter caps=\"video/x-raw,width=320,height=240,framerate=25/1\"",
|
||||
"capsfilter caps=\"video/x-raw,format=I420,width=320,height=240,framerate=25/1\"",
|
||||
TRUE);
|
||||
|
||||
/* Push 20 buffers into the encoder */
|
||||
|
|
Loading…
Reference in a new issue