Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(161)

Issue 2642923003: Removed double-special-casing of ISAC in libjingle and WebRtcVoE. (Closed)

Created:
3 years, 11 months ago by ossu
Modified:
3 years, 11 months ago
CC:
webrtc-reviews_webrtc.org, the sun, tterriberry_mozilla.com
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Removed double-special-casing of ISAC in libjingle and WebRtcVoE. webrtcvoiceengine.cc ensured that if the bitrate set for ISAC was 0, it was changed to -1 so that the codec could manage the bitrate itself. webrtcsdp.cc ensured that if the bitrate set for ISAC was 0, it was explicitly set to default values to avoid the codec's built in bitrate management. Eventually, there'll be no codec specific code like this in these layers. This is one step towards that goal. BUG=webrtc:5806 Review-Url: https://codereview.webrtc.org/2642923003 Cr-Commit-Position: refs/heads/master@{#16220} Committed: https://chromium.googlesource.com/external/webrtc/+/e1405ad0d164230c77c4ac10efd92db3ef2f9030

Patch Set 1 #

Total comments: 6

Patch Set 2 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -35 lines) Patch
M webrtc/media/engine/webrtcvoiceengine.cc View 1 1 chunk +0 lines, -6 lines 0 comments Download
M webrtc/media/engine/webrtcvoiceengine_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/pc/webrtcsdp.cc View 1 2 chunks +1 line, -18 lines 0 comments Download
M webrtc/pc/webrtcsdp_unittest.cc View 1 3 chunks +3 lines, -10 lines 0 comments Download

Messages

Total messages: 22 (12 generated)
ossu
This removes two blocks of codec specific code that seem to be there only to ...
3 years, 11 months ago (2017-01-19 16:48:48 UTC) #5
Taylor Brandstetter
lgtm
3 years, 11 months ago (2017-01-19 17:05:09 UTC) #6
kwiberg-webrtc
https://codereview.webrtc.org/2642923003/diff/1/webrtc/api/webrtcsdp.cc File webrtc/api/webrtcsdp.cc (left): https://codereview.webrtc.org/2642923003/diff/1/webrtc/api/webrtcsdp.cc#oldcode3106 webrtc/api/webrtcsdp.cc:3106: } Hmm. I don't quite see how this piece ...
3 years, 11 months ago (2017-01-23 15:18:11 UTC) #9
ossu
https://codereview.webrtc.org/2642923003/diff/1/webrtc/api/webrtcsdp.cc File webrtc/api/webrtcsdp.cc (left): https://codereview.webrtc.org/2642923003/diff/1/webrtc/api/webrtcsdp.cc#oldcode3106 webrtc/api/webrtcsdp.cc:3106: } On 2017/01/23 15:18:11, kwiberg-webrtc wrote: > Hmm. I ...
3 years, 11 months ago (2017-01-23 15:33:18 UTC) #10
kwiberg-webrtc
OK, I *think* I understand... probably... lgtm https://codereview.webrtc.org/2642923003/diff/1/webrtc/media/engine/webrtcvoiceengine.cc File webrtc/media/engine/webrtcvoiceengine.cc (left): https://codereview.webrtc.org/2642923003/diff/1/webrtc/media/engine/webrtcvoiceengine.cc#oldcode376 webrtc/media/engine/webrtcvoiceengine.cc:376: // If ...
3 years, 11 months ago (2017-01-23 15:38:41 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2642923003/1
3 years, 11 months ago (2017-01-23 15:40:39 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: ios64_sim_ios10_dbg on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/ios64_sim_ios10_dbg/builds/614) ios_arm64_dbg on master.tryserver.webrtc (JOB_FAILED, ...
3 years, 11 months ago (2017-01-23 15:42:10 UTC) #15
ossu
On 2017/01/23 15:38:41, kwiberg-webrtc wrote: > OK, I *think* I understand... probably... > > lgtm ...
3 years, 11 months ago (2017-01-23 15:47:35 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2642923003/20001
3 years, 11 months ago (2017-01-23 15:47:49 UTC) #19
commit-bot: I haz the power
3 years, 11 months ago (2017-01-23 16:55:52 UTC) #22
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/external/webrtc/+/e1405ad0d164230c77c4ac10e...

Powered by Google App Engine
This is Rietveld 408576698