glcolorconvert: Fix name of testsuite

This commit is contained in:
Sebastian Dröge 2015-12-21 12:19:11 +01:00 committed by Tim-Philipp Müller
parent 039865fc03
commit eeb4fe6f63

View file

@ -241,7 +241,7 @@ GST_END_TEST;
static Suite * static Suite *
gst_gl_color_convert_suite (void) gst_gl_color_convert_suite (void)
{ {
Suite *s = suite_create ("GstGLUpload"); Suite *s = suite_create ("GstGLColorConvert");
TCase *tc_chain = tcase_create ("upload"); TCase *tc_chain = tcase_create ("upload");
suite_add_tcase (s, tc_chain); suite_add_tcase (s, tc_chain);