mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
glcolorconvert: Fix name of testsuite
This commit is contained in:
parent
626bcccff9
commit
4a626d92d2
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ GST_END_TEST;
|
|||
static Suite *
|
||||
gst_gl_color_convert_suite (void)
|
||||
{
|
||||
Suite *s = suite_create ("GstGLUpload");
|
||||
Suite *s = suite_create ("GstGLColorConvert");
|
||||
TCase *tc_chain = tcase_create ("upload");
|
||||
|
||||
suite_add_tcase (s, tc_chain);
|
||||
|
|
Loading…
Reference in a new issue