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

Issue 1202833003: Added fields for configuration information to the protobuf format (Closed)

Created:
5 years, 6 months ago by terelius
Modified:
5 years, 5 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, hlundin-webrtc, kwiberg-webrtc, tlegrand-webrtc
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Added fields for configuration information to the protobuf format in the ACMDump. The ACMDump interface itself is not updated, so there is no way (yet) to actually write the configuration fields. BUG= Committed: https://crrev.com/6e355af34802baf5e0a0ad67eb33e58c423a7a39 Cr-Commit-Position: refs/heads/master@{#9519}

Patch Set 1 #

Total comments: 29

Patch Set 2 : Fixed most of the comments and changed to use the map feature where possible. #

Patch Set 3 : Minor change in comments. #

Patch Set 4 : Reverted use of maps since not supported by protobuf compiler #

Total comments: 3

Patch Set 5 : Minor fix of whitespace #

Unified diffs Side-by-side diffs Delta from patch set Stats (+92 lines, -1 line) Patch
M webrtc/modules/audio_coding/main/acm2/dump.proto View 1 2 3 4 5 chunks +92 lines, -1 line 0 comments Download

Messages

Total messages: 17 (3 generated)
terelius
5 years, 6 months ago (2015-06-24 11:05:08 UTC) #2
hlundin-webrtc
Please, see comments inline. https://codereview.webrtc.org/1202833003/diff/1/webrtc/modules/audio_coding/main/acm2/dump.proto File webrtc/modules/audio_coding/main/acm2/dump.proto (right): https://codereview.webrtc.org/1202833003/diff/1/webrtc/modules/audio_coding/main/acm2/dump.proto#newcode89 webrtc/modules/audio_coding/main/acm2/dump.proto:89: // TODO(terelius): Video and audiostreams ...
5 years, 6 months ago (2015-06-24 11:07:55 UTC) #3
ivoc
It might be a good idea to ask one of the experienced protobuf guys to ...
5 years, 6 months ago (2015-06-24 11:27:12 UTC) #4
stefan-webrtc
https://codereview.webrtc.org/1202833003/diff/1/webrtc/modules/audio_coding/main/acm2/dump.proto File webrtc/modules/audio_coding/main/acm2/dump.proto (right): https://codereview.webrtc.org/1202833003/diff/1/webrtc/modules/audio_coding/main/acm2/dump.proto#newcode13 webrtc/modules/audio_coding/main/acm2/dump.proto:13: nit: Do we need multiple (2) empty lines between ...
5 years, 6 months ago (2015-06-24 11:46:16 UTC) #5
terelius
https://codereview.webrtc.org/1202833003/diff/1/webrtc/modules/audio_coding/main/acm2/dump.proto File webrtc/modules/audio_coding/main/acm2/dump.proto (right): https://codereview.webrtc.org/1202833003/diff/1/webrtc/modules/audio_coding/main/acm2/dump.proto#newcode89 webrtc/modules/audio_coding/main/acm2/dump.proto:89: // TODO(terelius): Video and audiostreams could in principle share ...
5 years, 6 months ago (2015-06-24 11:51:19 UTC) #6
stefan-webrtc
On 2015/06/24 11:51:19, terelius wrote: > https://codereview.webrtc.org/1202833003/diff/1/webrtc/modules/audio_coding/main/acm2/dump.proto > File webrtc/modules/audio_coding/main/acm2/dump.proto (right): > > https://codereview.webrtc.org/1202833003/diff/1/webrtc/modules/audio_coding/main/acm2/dump.proto#newcode89 > ...
5 years, 6 months ago (2015-06-25 14:46:12 UTC) #7
terelius
https://codereview.webrtc.org/1202833003/diff/1/webrtc/modules/audio_coding/main/acm2/dump.proto File webrtc/modules/audio_coding/main/acm2/dump.proto (right): https://codereview.webrtc.org/1202833003/diff/1/webrtc/modules/audio_coding/main/acm2/dump.proto#newcode13 webrtc/modules/audio_coding/main/acm2/dump.proto:13: On 2015/06/24 11:46:16, stefan-webrtc (holmer) wrote: > nit: Do ...
5 years, 5 months ago (2015-06-26 11:20:26 UTC) #8
terelius
Please have a second look at my CL. I changed most of the things you ...
5 years, 5 months ago (2015-06-27 01:16:16 UTC) #9
ivoc
lgtm with small nits. https://codereview.webrtc.org/1202833003/diff/50001/webrtc/modules/audio_coding/main/acm2/dump.proto File webrtc/modules/audio_coding/main/acm2/dump.proto (right): https://codereview.webrtc.org/1202833003/diff/50001/webrtc/modules/audio_coding/main/acm2/dump.proto#newcode88 webrtc/modules/audio_coding/main/acm2/dump.proto:88: 3 empty lines is a ...
5 years, 5 months ago (2015-06-27 10:09:06 UTC) #10
stefan-webrtc
lgtm https://codereview.webrtc.org/1202833003/diff/1/webrtc/modules/audio_coding/main/acm2/dump.proto File webrtc/modules/audio_coding/main/acm2/dump.proto (right): https://codereview.webrtc.org/1202833003/diff/1/webrtc/modules/audio_coding/main/acm2/dump.proto#newcode13 webrtc/modules/audio_coding/main/acm2/dump.proto:13: On 2015/06/26 11:20:26, terelius wrote: > On 2015/06/24 ...
5 years, 5 months ago (2015-06-27 11:01:07 UTC) #11
hlundin-webrtc
lgtm https://codereview.webrtc.org/1202833003/diff/1/webrtc/modules/audio_coding/main/acm2/dump.proto File webrtc/modules/audio_coding/main/acm2/dump.proto (right): https://codereview.webrtc.org/1202833003/diff/1/webrtc/modules/audio_coding/main/acm2/dump.proto#newcode99 webrtc/modules/audio_coding/main/acm2/dump.proto:99: optional RtcpConfig rtcp_config = 3; On 2015/06/24 11:51:18, ...
5 years, 5 months ago (2015-06-29 08:56:17 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1202833003/70001
5 years, 5 months ago (2015-06-30 08:50:17 UTC) #15
commit-bot: I haz the power
Committed patchset #5 (id:70001)
5 years, 5 months ago (2015-06-30 08:51:16 UTC) #16
commit-bot: I haz the power
5 years, 5 months ago (2015-06-30 08:51:26 UTC) #17
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/6e355af34802baf5e0a0ad67eb33e58c423a7a39
Cr-Commit-Position: refs/heads/master@{#9519}

Powered by Google App Engine
This is Rietveld 408576698