summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2015-12-21 12:19:11 +0100
committerSebastian Dröge <sebastian@centricular.com>2015-12-21 12:19:11 +0100
commit4a626d92d2ba67382b5e082b4d34e7f032649b20 (patch)
tree33c9c05aa00e337613bf1e131f56785415c6e8a1
parent626bcccff96f624f59c5212b3e21e472240171fd (diff)
downloadgstreamer-plugins-bad-4a626d92d2ba67382b5e082b4d34e7f032649b20.tar.gz
glcolorconvert: Fix name of testsuite
-rw-r--r--tests/check/libs/gstglcolorconvert.c2
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);