]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-11425 enable profile name on test case
authorSeven Du <seven@signalwire.com>
Mon, 17 Dec 2018 16:29:03 +0000 (00:29 +0800)
committerAndrey Volk <andywolk@gmail.com>
Tue, 16 Jul 2019 21:00:19 +0000 (01:00 +0400)
src/mod/applications/mod_av/test/test_mod_av.c

index 18d3dfa225ca4e0de5aeb06be59fea0dfb02b0d8..0910c56973cdc8c3db48dd3cf8351a2a395ade0b 100644 (file)
@@ -75,7 +75,7 @@ FST_CORE_BEGIN("conf")
                        int packets = 0;
                        switch_status_t encode_status;
 
-                       // switch_set_string(codec_settings.video.config_profile_name, "conference");
+                       switch_set_string(codec_settings.video.config_profile_name, "conference");
 
                        if (!fctcl_is("--disable-hw")) {
                                codec_settings.video.try_hardware_encoder = 1;