summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibault Saunier <thibault.saunier@collabora.com>2013-08-01 17:47:50 +0200
committerThibault Saunier <thibault.saunier@collabora.com>2013-08-01 17:47:50 +0200
commit4d8e9bd53c5943904156941a8365719dd6e20984 (patch)
tree08a3c30b5fc5eab80403f7f90baa3a91d4e5e078
parentc36fa7de58f1d3e5460c8e28765ec9414d7e28fc (diff)
tests: integration: Do not forget to set encoding profiles
-rw-r--r--tests/check/ges/integration.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/check/ges/integration.c b/tests/check/ges/integration.c
index 5742b08..2c288ab 100644
--- a/tests/check/ges/integration.c
+++ b/tests/check/ges/integration.c
@@ -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; \