Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
xhaihao committed May 11, 2021
1 parent d3ac7bf commit c778686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/check/libs/video.c
Expand Up @@ -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;
Expand Down

0 comments on commit c778686

Please sign in to comment.