mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-30 13:41:48 +00:00
tests/integration: adds image_filename in the test generation macro
This commit is contained in:
parent
a939c553cf
commit
ea1d7edc8d
1 changed files with 4 additions and 2 deletions
|
@ -609,7 +609,7 @@ GST_START_TEST (test_##name##_raw_h264_mov) \
|
||||||
{ \
|
{ \
|
||||||
testfilename1 = "raw_h264.0.mov"; \
|
testfilename1 = "raw_h264.0.mov"; \
|
||||||
testfilename2 = "raw_h264.1.mov"; \
|
testfilename2 = "raw_h264.1.mov"; \
|
||||||
current_profile = profile; \
|
test_image_filename = "test.png"; \
|
||||||
func (); \
|
func (); \
|
||||||
} \
|
} \
|
||||||
GST_END_TEST; \
|
GST_END_TEST; \
|
||||||
|
@ -617,7 +617,7 @@ GST_START_TEST (test_##name##_vorbis_theora_ogv) \
|
||||||
{ \
|
{ \
|
||||||
testfilename1 = "vorbis_theora.0.ogg"; \
|
testfilename1 = "vorbis_theora.0.ogg"; \
|
||||||
testfilename2 = "vorbis_theora.1.ogg"; \
|
testfilename2 = "vorbis_theora.1.ogg"; \
|
||||||
current_profile = profile; \
|
test_image_filename = "test.png"; \
|
||||||
func (); \
|
func (); \
|
||||||
} \
|
} \
|
||||||
GST_END_TEST; \
|
GST_END_TEST; \
|
||||||
|
@ -625,6 +625,7 @@ GST_START_TEST (test_##name##_vorbis_vp8_webm) \
|
||||||
{ \
|
{ \
|
||||||
testfilename1 = "vorbis_vp8.0.webm"; \
|
testfilename1 = "vorbis_vp8.0.webm"; \
|
||||||
testfilename2 = "vorbis_vp8.1.webm"; \
|
testfilename2 = "vorbis_vp8.1.webm"; \
|
||||||
|
test_image_filename = "test.png"; \
|
||||||
current_profile = profile; \
|
current_profile = profile; \
|
||||||
func (); \
|
func (); \
|
||||||
} \
|
} \
|
||||||
|
@ -634,6 +635,7 @@ GST_START_TEST (test_##name##_mp3_h264_mov) \
|
||||||
testfilename1 = "mp3_h264.0.mov"; \
|
testfilename1 = "mp3_h264.0.mov"; \
|
||||||
testfilename2 = "mp3_h264.1.mov"; \
|
testfilename2 = "mp3_h264.1.mov"; \
|
||||||
current_profile = profile; \
|
current_profile = profile; \
|
||||||
|
test_image_filename = "test.png"; \
|
||||||
func (); \
|
func (); \
|
||||||
} \
|
} \
|
||||||
GST_END_TEST;
|
GST_END_TEST;
|
||||||
|
|
Loading…
Reference in a new issue