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

Issue 1992763002: Moved injection of AudioDecoderFactory into voe::Channel. (Closed)

Created:
4 years, 7 months ago by ossu
Modified:
4 years, 7 months ago
CC:
webrtc-reviews_webrtc.org, Andrew MacDonald, henrika_webrtc, tterriberry_mozilla.com, audio-team_agora.io, peah-webrtc, minyue-webrtc, the sun
Base URL:
https://chromium.googlesource.com/external/webrtc.git@audio-decoder-factory-injections-1
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Moved injection of AudioDecoderFactory into voe::Channel. Channel's API remains unchanged, but the creation of a BuiltinAudioDecoderFactory is now in Channel. The next step would be to amend Channel's API (through CreateChannel, I believe) to allow an AudioDecoderFactory to be sent along. BUG=webrtc:5805 Committed: https://crrev.com/e352578bc8f98bf66523580c92f85fbfac6ee333 Cr-Commit-Position: refs/heads/master@{#12893}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Rebase onto previous CL. Fixed the two include faux pas. #

Patch Set 3 : Removed unused decoder_factory_ #

Patch Set 4 : Added backwards-compatibility to AudioCodingModule::Create. #

Patch Set 5 : Proper rebase (hopefully!) #

Total comments: 1

Patch Set 6 : Addressed nit. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+62 lines, -19 lines) Patch
M webrtc/modules/audio_coding/acm2/acm_receiver.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/acm2/acm_receiver_unittest_oldapi.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M webrtc/modules/audio_coding/acm2/audio_coding_module.cc View 1 2 3 3 chunks +10 lines, -0 lines 0 comments Download
M webrtc/modules/audio_coding/include/audio_coding_module.h View 2 chunks +2 lines, -0 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/include/neteq.h View 1 3 chunks +5 lines, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/neteq.cc View 1 chunk +5 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/neteq_external_decoder_unittest.cc View 2 chunks +3 lines, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/neteq_impl.h View 1 chunk +3 lines, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/neteq_impl.cc View 1 2 chunks +4 lines, -3 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/neteq_impl_unittest.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/neteq_stereo_unittest.cc View 2 chunks +5 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/neteq_unittest.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/neteq_external_decoder_test.cc View 2 chunks +2 lines, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/neteq_performance_test.cc View 2 chunks +2 lines, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/neteq_quality_test.cc View 2 chunks +3 lines, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/neteq_rtpplay.cc View 1 2 3 4 5 2 chunks +3 lines, -1 line 0 comments Download
M webrtc/modules/audio_coding/test/TwoWayCommunication.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M webrtc/modules/utility/source/coder.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M webrtc/voice_engine/channel.cc View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 41 (19 generated)
ossu
Next step!
4 years, 7 months ago (2016-05-18 13:13:24 UTC) #4
ossu
https://codereview.webrtc.org/1992763002/diff/1/webrtc/modules/audio_coding/neteq/include/neteq.h File webrtc/modules/audio_coding/neteq/include/neteq.h (right): https://codereview.webrtc.org/1992763002/diff/1/webrtc/modules/audio_coding/neteq/include/neteq.h#newcode20 webrtc/modules/audio_coding/neteq/include/neteq.h:20: #incldue "webrtc/base/scoped_ref_ptr.h" Aw damnit! I can't spel. :( Got ...
4 years, 7 months ago (2016-05-18 13:33:03 UTC) #5
ossu
https://codereview.webrtc.org/1992763002/diff/1/webrtc/modules/audio_coding/neteq/neteq_impl.cc File webrtc/modules/audio_coding/neteq/neteq_impl.cc (right): https://codereview.webrtc.org/1992763002/diff/1/webrtc/modules/audio_coding/neteq/neteq_impl.cc#newcode25 webrtc/modules/audio_coding/neteq/neteq_impl.cc:25: #include "webrtc/modules/audio_coding/codecs/builtin_audio_decoder_factory.h" This one should go.
4 years, 7 months ago (2016-05-18 16:09:25 UTC) #6
ossu
Added a couple of patchsets that clean up small mistakes that crept in while pulling ...
4 years, 7 months ago (2016-05-19 15:46:48 UTC) #9
kwiberg-webrtc
lgtm This introduces a new required Config field to one of the ACM Create functions. ...
4 years, 7 months ago (2016-05-24 12:35:35 UTC) #10
hlundin-webrtc
On 2016/05/24 12:35:35, kwiberg-webrtc wrote: > lgtm > > This introduces a new required Config ...
4 years, 7 months ago (2016-05-24 12:39:27 UTC) #11
kwiberg-webrtc
On 2016/05/24 12:39:27, hlundin-webrtc wrote: > On 2016/05/24 12:35:35, kwiberg-webrtc wrote: > > lgtm > ...
4 years, 7 months ago (2016-05-24 12:41:33 UTC) #12
ossu
On 2016/05/24 12:39:27, hlundin-webrtc wrote: > On 2016/05/24 12:35:35, kwiberg-webrtc wrote: > > lgtm > ...
4 years, 7 months ago (2016-05-24 12:48:02 UTC) #13
ossu
On 2016/05/24 12:35:35, kwiberg-webrtc wrote: > lgtm > > This introduces a new required Config ...
4 years, 7 months ago (2016-05-24 12:51:59 UTC) #14
kwiberg-webrtc
On 2016/05/24 12:51:59, ossu wrote: > On 2016/05/24 12:35:35, kwiberg-webrtc wrote: > > lgtm > ...
4 years, 7 months ago (2016-05-24 12:55:18 UTC) #15
ossu
On 2016/05/24 12:55:18, kwiberg-webrtc wrote: > On 2016/05/24 12:51:59, ossu wrote: > > On 2016/05/24 ...
4 years, 7 months ago (2016-05-24 13:13:51 UTC) #17
kwiberg-webrtc
lgtm
4 years, 7 months ago (2016-05-24 13:17:11 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1992763002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1992763002/120001
4 years, 7 months ago (2016-05-24 13:29:06 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: ios32_sim_dbg on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/ios32_sim_dbg/builds/7742) ios64_sim_dbg on tryserver.webrtc (JOB_FAILED, ...
4 years, 7 months ago (2016-05-24 13:30:18 UTC) #23
hlundin-webrtc
lgtm with one nit. Aslo, I see why you couldn't add the factory to NetEq::Config ...
4 years, 7 months ago (2016-05-25 06:58:17 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1992763002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1992763002/180001
4 years, 7 months ago (2016-05-25 09:14:58 UTC) #30
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/5833)
4 years, 7 months ago (2016-05-25 09:26:49 UTC) #32
ossu
Added Tina as reviewer. I need owner signoff specifically on these two files: webrtc/modules/utility/source/coder.cc webrtc/voice_engine/channel.cc ...
4 years, 7 months ago (2016-05-25 09:35:08 UTC) #34
tlegrand-webrtc
On 2016/05/25 09:35:08, ossu wrote: > Added Tina as reviewer. I need owner signoff specifically ...
4 years, 7 months ago (2016-05-25 14:20:09 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1992763002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1992763002/180001
4 years, 7 months ago (2016-05-25 14:26:05 UTC) #37
commit-bot: I haz the power
Committed patchset #6 (id:180001)
4 years, 7 months ago (2016-05-25 14:37:49 UTC) #39
commit-bot: I haz the power
4 years, 7 months ago (2016-05-25 14:37:58 UTC) #41
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/e352578bc8f98bf66523580c92f85fbfac6ee333
Cr-Commit-Position: refs/heads/master@{#12893}

Powered by Google App Engine
This is Rietveld 408576698