diff --git a/tests/check/elements/videoscale.c b/tests/check/elements/videoscale.c index 1fd48248de..369df32395 100644 --- a/tests/check/elements/videoscale.c +++ b/tests/check/elements/videoscale.c @@ -34,7 +34,7 @@ get_num_formats (void) { guint i = 2; - while (gst_video_format_to_string ((GstFormat) i) != NULL) + while (gst_video_format_to_string ((GstVideoFormat) i) != NULL) ++i; return i;