mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-17 21:06:17 +00:00
check: Update video test for GST_VIDEO_FORMAT_ENCODED
This commit is contained in:
parent
f840383a1a
commit
d7fff5e023
1 changed files with 2 additions and 1 deletions
|
@ -396,7 +396,8 @@ GST_START_TEST (test_video_formats_all)
|
|||
fail_if (gst_video_format_from_string (fmt_str) ==
|
||||
GST_VIDEO_FORMAT_UNKNOWN);
|
||||
}
|
||||
fail_unless_equals_int (num, num_formats);
|
||||
/* Take into account GST_VIDEO_FORMAT_ENCODED */
|
||||
fail_unless_equals_int (num, num_formats - 1);
|
||||
|
||||
gst_caps_unref (caps);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue