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

Issue 2936773005: Templated AudioDecoderFactory (Closed)

Created:
3 years, 6 months ago by kwiberg-webrtc
Modified:
3 years, 6 months ago
Reviewers:
the sun, ossu
CC:
webrtc-reviews_webrtc.org, yujie_mao (webrtc), peah-webrtc, tterriberry_mozilla.com, qiang.lu, niklas.enbom, kwiberg-webrtc, the sun
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Templated AudioDecoderFactory No real encoder implements the correct API yet, so we're just testing dummies. BUG=webrtc:7824 TBR=ossu@webrtc.org, solenberg@webrtc.org Review-Url: https://codereview.webrtc.org/2936773005 Cr-Commit-Position: refs/heads/master@{#18642} Committed: https://chromium.googlesource.com/external/webrtc/+/0eacd88568dd520bb3a584caf64918642a696181

Patch Set 1 #

Patch Set 2 : rebase #

Total comments: 6

Patch Set 3 : rebase #

Patch Set 4 : update from encoder factory #

Unified diffs Side-by-side diffs Delta from patch set Stats (+239 lines, -0 lines) Patch
M webrtc/api/audio_codecs/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
A webrtc/api/audio_codecs/audio_decoder_factory_template.h View 1 2 3 1 chunk +124 lines, -0 lines 0 comments Download
M webrtc/api/audio_codecs/test/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
A webrtc/api/audio_codecs/test/audio_decoder_factory_template_unittest.cc View 1 chunk +113 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (14 generated)
kwiberg-webrtc
This one is really similar to the "Templated AudioEncoderFactory" CL.
3 years, 6 months ago (2017-06-14 01:41:44 UTC) #4
ossu
Two comments, similar to the encoder factory side. Interface, etc., looks good! https://codereview.webrtc.org/2936773005/diff/20001/webrtc/api/audio_codecs/audio_decoder_factory_template.h File webrtc/api/audio_codecs/audio_decoder_factory_template.h ...
3 years, 6 months ago (2017-06-16 11:25:18 UTC) #8
the sun
https://codereview.webrtc.org/2936773005/diff/20001/webrtc/api/audio_codecs/audio_decoder_factory_template.h File webrtc/api/audio_codecs/audio_decoder_factory_template.h (right): https://codereview.webrtc.org/2936773005/diff/20001/webrtc/api/audio_codecs/audio_decoder_factory_template.h#newcode109 webrtc/api/audio_codecs/audio_decoder_factory_template.h:109: // std::unique_ptr<AudioDecoder> MakeAudioDecoder(const ConfigType& config); Inconsistent with the decoder ...
3 years, 6 months ago (2017-06-16 12:52:21 UTC) #9
kwiberg-webrtc
https://codereview.webrtc.org/2936773005/diff/20001/webrtc/api/audio_codecs/audio_decoder_factory_template.h File webrtc/api/audio_codecs/audio_decoder_factory_template.h (right): https://codereview.webrtc.org/2936773005/diff/20001/webrtc/api/audio_codecs/audio_decoder_factory_template.h#newcode47 webrtc/api/audio_codecs/audio_decoder_factory_template.h:47: template <typename...> On 2017/06/16 11:25:18, ossu wrote: > As ...
3 years, 6 months ago (2017-06-16 13:17:07 UTC) #10
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/2936773005/60001
3 years, 6 months ago (2017-06-17 22:38:14 UTC) #17
commit-bot: I haz the power
Committed patchset #4 (id:60001) as https://chromium.googlesource.com/external/webrtc/+/0eacd88568dd520bb3a584caf64918642a696181
3 years, 6 months ago (2017-06-17 22:45:33 UTC) #20
kwiberg-webrtc
I TBR'ed this CL after giving it exactly the same overhaul as the corresponding encoder ...
3 years, 6 months ago (2017-06-17 22:56:33 UTC) #21
ossu
3 years, 6 months ago (2017-06-19 08:44:45 UTC) #22
Message was sent while issue was closed.
Sweet! LGTM!

Powered by Google App Engine
This is Rietveld 408576698