diff --git a/tests/check/ges/integration.c b/tests/check/ges/integration.c index 6dfa24c094..eaac73d33c 100644 --- a/tests/check/ges/integration.c +++ b/tests/check/ges/integration.c @@ -812,7 +812,7 @@ GST_START_TEST (test_##name##_raw_h264_mov) \ g_print("running test_%s_%s\n", #name, "raw_h264_mov"); \ testfilename1 = "assets/raw_h264.0.mov"; \ testfilename2 = "assets/raw_h264.1.mov"; \ - test_image_filename = "assets/test.png"; \ + test_image_filename = "assets/png.png"; \ current_profile = profile; \ func (); \ } \ @@ -822,7 +822,7 @@ GST_START_TEST (test_##name##_vorbis_theora_ogv) \ g_print("running test_%s_%s\n", #name, "vorbis_theora_ogv"); \ testfilename1 = "assets/vorbis_theora.0.ogg"; \ testfilename2 = "assets/vorbis_theora.1.ogg"; \ - test_image_filename = "assets/test.png"; \ + test_image_filename = "assets/png.png"; \ current_profile = profile; \ func (); \ } \ @@ -832,7 +832,7 @@ GST_START_TEST (test_##name##_vorbis_vp8_webm) \ g_print("running test_%s_%s\n", #name, "vorbis_vp8_webm"); \ testfilename1 = "assets/vorbis_vp8.0.webm"; \ testfilename2 = "assets/vorbis_vp8.1.webm"; \ - test_image_filename = "assets/test.png"; \ + test_image_filename = "assets/png.png"; \ current_profile = profile; \ func (); \ } \ @@ -842,7 +842,7 @@ GST_START_TEST (test_##name##_mp3_h264_mov) \ g_print("running test_%s_%s\n", #name, "mp3_h264_mov"); \ testfilename1 = "assets/mp3_h264.0.mov"; \ testfilename2 = "assets/mp3_h264.1.mov"; \ - test_image_filename = "assets/test.png"; \ + test_image_filename = "assets/png.png"; \ current_profile = profile; \ func (); \ } \