mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
tests: integration: PNG file was renamed to png.png
This commit is contained in:
parent
82ae3de5b6
commit
4ca7a4ef91
1 changed files with 4 additions and 4 deletions
|
@ -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 (); \
|
||||
} \
|
||||
|
|
Loading…
Reference in a new issue