summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaihao Xiang <haihao.xiang@intel.com>2021-05-11 12:01:03 +0800
committerHaihao Xiang <haihao.xiang@intel.com>2021-05-11 12:24:41 +0800
commitc778686a3c933d40ac244b8660afa50e73d03bf0 (patch)
tree6fe6f98252c77a0eeff0ad73ab672357221dc30a
parentd3ac7bfcbf9b3b1c86372c9de4b4824cf70d9a4e (diff)
downloadgstreamer-plugins-base-c778686a3c933d40ac244b8660afa50e73d03bf0.tar.gz
test: enlarge the number
This is to make sure the case can pass after adding new video formats. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1141>
-rw-r--r--tests/check/libs/video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/libs/video.c b/tests/check/libs/video.c
index 897d9d720..923e73d0f 100644
--- a/tests/check/libs/video.c
+++ b/tests/check/libs/video.c
@@ -368,7 +368,7 @@ video_format_is_packed (GstVideoFormat fmt)
static gint
get_num_formats (void)
{
- gint num_formats = 100;
+ gint num_formats = 200;
fail_unless (gst_video_format_to_string (num_formats) == NULL);
while (gst_video_format_to_string (num_formats) == NULL)
--num_formats;