From: Thibault Saunier Date: Thu, 1 Aug 2013 15:47:50 +0000 (+0200) Subject: tests: integration: Do not forget to set encoding profiles X-Git-Tag: 1.19.3~493^2~1775 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4d8e9bd53c5943904156941a8365719dd6e20984;p=platform%2Fupstream%2Fgstreamer.git tests: integration: Do not forget to set encoding profiles --- 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; \