mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
tests: integration: Do not forget to set encoding profiles
This commit is contained in:
parent
c36fa7de58
commit
4d8e9bd53c
1 changed files with 2 additions and 0 deletions
|
@ -813,6 +813,7 @@ GST_START_TEST (test_##name##_raw_h264_mov) \
|
|||
testfilename1 = "raw_h264.0.mov"; \
|
||||
testfilename2 = "raw_h264.1.mov"; \
|
||||
test_image_filename = "test.png"; \
|
||||
current_profile = profile; \
|
||||
func (); \
|
||||
} \
|
||||
GST_END_TEST; \
|
||||
|
@ -822,6 +823,7 @@ GST_START_TEST (test_##name##_vorbis_theora_ogv) \
|
|||
testfilename1 = "vorbis_theora.0.ogg"; \
|
||||
testfilename2 = "vorbis_theora.1.ogg"; \
|
||||
test_image_filename = "test.png"; \
|
||||
current_profile = profile; \
|
||||
func (); \
|
||||
} \
|
||||
GST_END_TEST; \
|
||||
|
|
Loading…
Reference in a new issue