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

Issue 2503383002: Expose RtpCodecParameters to VoiceMediaInfo stats. (Closed)

Created:
4 years, 1 month ago by hbos
Modified:
4 years, 1 month ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, the sun, tlegrand-webrtc
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Expose RtpCodecParameters to VoiceMediaInfo stats. Payload type -> RtpCodecParameters maps added for sender and receiver. This is a follow-up to https://codereview.webrtc.org/2484193002/ which did the same thing for VideoMediaInfo. This information will be used to produce RTCCodecStats[1]. Voice[Sender/Receiver]Info is updated with current codec payload type for every stream which can be used to look up the codec in VoiceMediaInfo. [1] https://w3c.github.io/webrtc-stats/#codec-dict* BUG=chromium:659117 Committed: https://crrev.com/1acfbd22cc30bc72af53187f25f3c389792968d3 Cr-Commit-Position: refs/heads/master@{#15144}

Patch Set 1 #

Patch Set 2 : Using uint32_t in RtpCodecParametersMap instead of int #

Total comments: 7

Patch Set 3 : Addressed comments, using int #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -12 lines) Patch
M webrtc/api/call/audio_receive_stream.h View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M webrtc/api/call/audio_send_stream.h View 1 2 3 chunks +3 lines, -0 lines 0 comments Download
M webrtc/api/call/audio_send_stream.cc View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/audio/audio_receive_stream.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/audio/audio_send_stream.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/media/base/mediachannel.h View 1 2 5 chunks +6 lines, -6 lines 0 comments Download
M webrtc/media/engine/webrtcvideoengine2.cc View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M webrtc/media/engine/webrtcvoiceengine.cc View 2 5 chunks +16 lines, -2 lines 0 comments Download
M webrtc/media/engine/webrtcvoiceengine_unittest.cc View 1 2 9 chunks +22 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 33 (23 generated)
hbos
Please take a look, solenberg and deadbeef.
4 years, 1 month ago (2016-11-16 14:13:57 UTC) #8
the sun
Generally looks good - a few questions though. https://codereview.webrtc.org/2503383002/diff/20001/webrtc/media/base/mediachannel.h File webrtc/media/base/mediachannel.h (right): https://codereview.webrtc.org/2503383002/diff/20001/webrtc/media/base/mediachannel.h#newcode602 webrtc/media/base/mediachannel.h:602: rtc::Optional<uint32_t> ...
4 years, 1 month ago (2016-11-16 19:41:07 UTC) #11
Taylor Brandstetter
https://codereview.webrtc.org/2503383002/diff/20001/webrtc/media/base/mediachannel.h File webrtc/media/base/mediachannel.h (right): https://codereview.webrtc.org/2503383002/diff/20001/webrtc/media/base/mediachannel.h#newcode602 webrtc/media/base/mediachannel.h:602: rtc::Optional<uint32_t> codec_payload_type; On 2016/11/16 19:41:07, the sun wrote: > ...
4 years, 1 month ago (2016-11-16 21:37:44 UTC) #12
hbos
PTAL solenberg and deadbeef. https://codereview.webrtc.org/2503383002/diff/20001/webrtc/media/base/mediachannel.h File webrtc/media/base/mediachannel.h (right): https://codereview.webrtc.org/2503383002/diff/20001/webrtc/media/base/mediachannel.h#newcode602 webrtc/media/base/mediachannel.h:602: rtc::Optional<uint32_t> codec_payload_type; On 2016/11/16 21:37:44, ...
4 years, 1 month ago (2016-11-17 14:14:48 UTC) #21
the sun
lgtm
4 years, 1 month ago (2016-11-17 14:18:30 UTC) #24
hbos
Cool, PTAL deadbeef.
4 years, 1 month ago (2016-11-17 14:24:14 UTC) #25
Taylor Brandstetter
lgtm
4 years, 1 month ago (2016-11-17 20:21:25 UTC) #28
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/2503383002/160001
4 years, 1 month ago (2016-11-18 07:42:13 UTC) #30
commit-bot: I haz the power
Committed patchset #3 (id:160001)
4 years, 1 month ago (2016-11-18 07:43:34 UTC) #31
commit-bot: I haz the power
4 years, 1 month ago (2016-11-18 07:43:47 UTC) #33
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/1acfbd22cc30bc72af53187f25f3c389792968d3
Cr-Commit-Position: refs/heads/master@{#15144}

Powered by Google App Engine
This is Rietveld 408576698