| OLD | NEW |
| 1 /* | 1 /* |
| 2 * libjingle | 2 * libjingle |
| 3 * Copyright 2004 Google Inc. | 3 * Copyright 2004 Google Inc. |
| 4 * | 4 * |
| 5 * Redistribution and use in source and binary forms, with or without | 5 * Redistribution and use in source and binary forms, with or without |
| 6 * modification, are permitted provided that the following conditions are met: | 6 * modification, are permitted provided that the following conditions are met: |
| 7 * | 7 * |
| 8 * 1. Redistributions of source code must retain the above copyright notice, | 8 * 1. Redistributions of source code must retain the above copyright notice, |
| 9 * this list of conditions and the following disclaimer. | 9 * this list of conditions and the following disclaimer. |
| 10 * 2. Redistributions in binary form must reproduce the above copyright notice, | 10 * 2. Redistributions in binary form must reproduce the above copyright notice, |
| (...skipping 3123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3134 // TODO(pbos): Implement. | 3134 // TODO(pbos): Implement. |
| 3135 FAIL() << "Not implemented."; | 3135 FAIL() << "Not implemented."; |
| 3136 } | 3136 } |
| 3137 | 3137 |
| 3138 // Test 1:1 call never turn on simulcast. | 3138 // Test 1:1 call never turn on simulcast. |
| 3139 TEST_F(WebRtcVideoEngine2SimulcastTest, DISABLED_NoSimulcastWith1on1) { | 3139 TEST_F(WebRtcVideoEngine2SimulcastTest, DISABLED_NoSimulcastWith1on1) { |
| 3140 // TODO(pbos): Implement. | 3140 // TODO(pbos): Implement. |
| 3141 FAIL() << "Not implemented."; | 3141 FAIL() << "Not implemented."; |
| 3142 } | 3142 } |
| 3143 | 3143 |
| 3144 // Test SetOptions with OPT_CONFERENCE flag. | 3144 // Test SetOptions with conference mode. |
| 3145 TEST_F(WebRtcVideoEngine2SimulcastTest, DISABLED_SetOptionsWithConferenceMode) { | 3145 TEST_F(WebRtcVideoEngine2SimulcastTest, DISABLED_SetOptionsWithConferenceMode) { |
| 3146 // TODO(pbos): Implement. | 3146 // TODO(pbos): Implement. |
| 3147 FAIL() << "Not implemented."; | 3147 FAIL() << "Not implemented."; |
| 3148 } | 3148 } |
| 3149 | 3149 |
| 3150 // Test that two different streams can have different formats. | 3150 // Test that two different streams can have different formats. |
| 3151 TEST_F(WebRtcVideoEngine2SimulcastTest, | 3151 TEST_F(WebRtcVideoEngine2SimulcastTest, |
| 3152 DISABLED_MultipleSendStreamsDifferentFormats) { | 3152 DISABLED_MultipleSendStreamsDifferentFormats) { |
| 3153 // TODO(pbos): Implement. | 3153 // TODO(pbos): Implement. |
| 3154 FAIL() << "Not implemented."; | 3154 FAIL() << "Not implemented."; |
| (...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3400 // Ensures that the correct settings are applied to the codec when two temporal | 3400 // Ensures that the correct settings are applied to the codec when two temporal |
| 3401 // layer screencasting is enabled, and that the correct simulcast settings are | 3401 // layer screencasting is enabled, and that the correct simulcast settings are |
| 3402 // reapplied when disabling screencasting. | 3402 // reapplied when disabling screencasting. |
| 3403 TEST_F(WebRtcVideoChannel2SimulcastTest, | 3403 TEST_F(WebRtcVideoChannel2SimulcastTest, |
| 3404 DISABLED_TwoTemporalLayerScreencastSettings) { | 3404 DISABLED_TwoTemporalLayerScreencastSettings) { |
| 3405 // TODO(pbos): Implement. | 3405 // TODO(pbos): Implement. |
| 3406 FAIL() << "Not implemented."; | 3406 FAIL() << "Not implemented."; |
| 3407 } | 3407 } |
| 3408 | 3408 |
| 3409 } // namespace cricket | 3409 } // namespace cricket |
| OLD | NEW |