diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2015-12-21 12:19:11 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2015-12-21 12:19:11 +0100 |
commit | 4a626d92d2ba67382b5e082b4d34e7f032649b20 (patch) | |
tree | 33c9c05aa00e337613bf1e131f56785415c6e8a1 /tests | |
parent | 626bcccff96f624f59c5212b3e21e472240171fd (diff) | |
download | gstreamer-plugins-bad-4a626d92d2ba67382b5e082b4d34e7f032649b20.tar.gz |
glcolorconvert: Fix name of testsuite
Diffstat (limited to 'tests')
-rw-r--r-- | tests/check/libs/gstglcolorconvert.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/libs/gstglcolorconvert.c b/tests/check/libs/gstglcolorconvert.c index 9ee3fe979..f2be51416 100644 --- a/tests/check/libs/gstglcolorconvert.c +++ b/tests/check/libs/gstglcolorconvert.c @@ -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); |