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

Issue 1340283002: Added support for logging the SSRC corresponding to AudioPlayout events. (Closed)

Created:
5 years, 3 months ago by ivoc
Modified:
5 years, 3 months ago
CC:
webrtc-reviews_webrtc.org, yujie_mao (webrtc), henrika_webrtc, tlegrand-webrtc, tterriberry_mozilla.com, hlundin-webrtc, andresp, kwiberg-webrtc, perkj_webrtc, mflodman
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Added support for logging the SSRC corresponding to AudioPlayout events. To do this, the logging of this event was moved from the ACM to VoiceEngine Channel. A new LogAudioPlayoutEvent function was added on the RtcEventLog interface, and the LogDebugEvent function was removed since it is no longer being used. BUG=webrtc:4741 R=henrik.lundin@webrtc.org, henrikg@webrtc.org, kwiberg@webrtc.org, stefan@webrtc.org, terelius@webrtc.org Committed: https://crrev.com/ae856f2c9fc358e5cd68d8a595136dcef017ed96 Cr-Commit-Position: refs/heads/master@{#9972}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Addressed Henrik's review comments. #

Patch Set 3 : Added missing include and changed CHECK_EQ to RTC_CHECK_EQ. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -46 lines) Patch
M webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.h View 1 chunk +0 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.cc View 1 2 3 chunks +1 line, -8 lines 0 comments Download
M webrtc/modules/audio_coding/main/interface/audio_coding_module.h View 2 chunks +1 line, -7 lines 0 comments Download
M webrtc/video/rtc_event_log.h View 1 2 chunks +2 lines, -5 lines 0 comments Download
M webrtc/video/rtc_event_log.cc View 1 2 6 chunks +7 lines, -20 lines 0 comments Download
M webrtc/video/rtc_event_log.proto View 1 chunk +3 lines, -0 lines 0 comments Download
M webrtc/video/rtc_event_log_unittest.cc View 1 2 5 chunks +11 lines, -3 lines 0 comments Download
M webrtc/voice_engine/channel.h View 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/voice_engine/channel.cc View 1 2 4 chunks +7 lines, -1 line 0 comments Download

Messages

Total messages: 22 (9 generated)
ivoc
Hi guys, Please have a look at this CL to add support for logging the ...
5 years, 3 months ago (2015-09-15 11:38:08 UTC) #5
kwiberg-webrtc
LGTM for audio_coding Nice. It looks like you've found a more natural place for this ...
5 years, 3 months ago (2015-09-15 11:49:42 UTC) #7
hlundin-webrtc
Good. LGTM with two nits. https://codereview.webrtc.org/1340283002/diff/1/webrtc/video/rtc_event_log.h File webrtc/video/rtc_event_log.h (right): https://codereview.webrtc.org/1340283002/diff/1/webrtc/video/rtc_event_log.h#newcode67 webrtc/video/rtc_event_log.h:67: // Log an audio ...
5 years, 3 months ago (2015-09-15 12:30:52 UTC) #10
terelius
lgtm https://codereview.webrtc.org/1340283002/diff/1/webrtc/video/rtc_event_log.h File webrtc/video/rtc_event_log.h (right): https://codereview.webrtc.org/1340283002/diff/1/webrtc/video/rtc_event_log.h#newcode68 webrtc/video/rtc_event_log.h:68: virtual void LogAudioPlayout(uint32_t ssrc) = 0; Since there ...
5 years, 3 months ago (2015-09-15 14:32:29 UTC) #11
ivoc
Thanks for the quick reviews! I addressed Henrik's comments, and I propose to address Bjorn's ...
5 years, 3 months ago (2015-09-15 14:55:16 UTC) #12
Henrik Grunell WebRTC
voice_engine lgtm.
5 years, 3 months ago (2015-09-16 10:34:54 UTC) #13
stefan-webrtc
Reviewing video/ files. Are we removing generic debug events for now as we don't see ...
5 years, 3 months ago (2015-09-17 09:02:26 UTC) #14
terelius
On 2015/09/17 09:02:26, stefan-webrtc (holmer) wrote: > Reviewing video/ files. > > Are we removing ...
5 years, 3 months ago (2015-09-17 09:50:03 UTC) #15
stefan-webrtc
On 2015/09/17 09:50:03, terelius wrote: > On 2015/09/17 09:02:26, stefan-webrtc (holmer) wrote: > > Reviewing ...
5 years, 3 months ago (2015-09-17 10:34:40 UTC) #16
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1340283002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1340283002/40001
5 years, 3 months ago (2015-09-17 11:56:25 UTC) #18
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android on tryserver.webrtc (JOB_TIMED_OUT, no build URL) ...
5 years, 3 months ago (2015-09-17 13:56:47 UTC) #20
ivoc
Committed patchset #3 (id:40001) manually as ae856f2c9fc358e5cd68d8a595136dcef017ed96 (presubmit successful).
5 years, 3 months ago (2015-09-17 14:34:21 UTC) #21
commit-bot: I haz the power
5 years, 3 months ago (2015-09-17 14:34:24 UTC) #22
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/ae856f2c9fc358e5cd68d8a595136dcef017ed96
Cr-Commit-Position: refs/heads/master@{#9972}

Powered by Google App Engine
This is Rietveld 408576698