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

Issue 1360913004: Fix BWE bug where audio has timestamps in us. (Closed)

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

Description

Fix BWE bug where audio has timestamps in us. The BWE expects arrival timestamps in ms, while the audio path delivered them in us, causing the BWE to break down under the combined audio/video BWE experiment. This was introduced in r9892 (https://chromium.googlesource.com/external/webrtc/+/68786d20400f1f3744ad83549325665c18ea9e5b). BUG=webrtc:4758 R=mflodman@webrtc.org, sprang@webrtc.org Committed: https://crrev.com/8bffba71072577ef8e81f48b615f231880de25a0 Cr-Commit-Position: refs/heads/master@{#10032}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Unittest added. #

Patch Set 3 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -1 line) Patch
M webrtc/video/audio_receive_stream.cc View 1 chunk +1 line, -1 line 0 comments Download
A webrtc/video/audio_receive_stream_unittest.cc View 1 1 chunk +77 lines, -0 lines 0 comments Download
M webrtc/webrtc_tests.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 28 (9 generated)
stefan-webrtc
PTAL
5 years, 3 months ago (2015-09-23 07:31:06 UTC) #2
stefan-webrtc
5 years, 3 months ago (2015-09-23 08:30:51 UTC) #3
stefan-webrtc
5 years, 3 months ago (2015-09-23 08:39:25 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1360913004/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1360913004/1
5 years, 3 months ago (2015-09-23 08:39:48 UTC) #7
sprang_webrtc
https://codereview.webrtc.org/1360913004/diff/1/webrtc/video/audio_receive_stream.cc File webrtc/video/audio_receive_stream.cc (right): https://codereview.webrtc.org/1360913004/diff/1/webrtc/video/audio_receive_stream.cc#newcode105 webrtc/video/audio_receive_stream.cc:105: arrival_time_ms = (packet_time.timestamp + 500) / 1000; I can't ...
5 years, 3 months ago (2015-09-23 08:46:26 UTC) #8
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_x64_gn_dbg on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/win_x64_gn_dbg/builds/4127)
5 years, 3 months ago (2015-09-23 08:50:54 UTC) #10
stefan-webrtc
On 2015/09/23 08:46:26, språng wrote: > https://codereview.webrtc.org/1360913004/diff/1/webrtc/video/audio_receive_stream.cc > File webrtc/video/audio_receive_stream.cc (right): > > https://codereview.webrtc.org/1360913004/diff/1/webrtc/video/audio_receive_stream.cc#newcode105 > ...
5 years, 3 months ago (2015-09-23 08:53:07 UTC) #11
mflodman
https://codereview.webrtc.org/1360913004/diff/1/webrtc/video/audio_receive_stream.cc File webrtc/video/audio_receive_stream.cc (right): https://codereview.webrtc.org/1360913004/diff/1/webrtc/video/audio_receive_stream.cc#newcode105 webrtc/video/audio_receive_stream.cc:105: arrival_time_ms = (packet_time.timestamp + 500) / 1000; Not sure ...
5 years, 3 months ago (2015-09-23 12:11:41 UTC) #13
pbos-webrtc
https://codereview.webrtc.org/1360913004/diff/1/webrtc/video/audio_receive_stream.cc File webrtc/video/audio_receive_stream.cc (right): https://codereview.webrtc.org/1360913004/diff/1/webrtc/video/audio_receive_stream.cc#newcode105 webrtc/video/audio_receive_stream.cc:105: arrival_time_ms = (packet_time.timestamp + 500) / 1000; On 2015/09/23 ...
5 years, 3 months ago (2015-09-23 12:18:54 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1360913004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1360913004/20001
5 years, 3 months ago (2015-09-23 12:43:47 UTC) #16
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_gn_dbg on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_gn_dbg/builds/5818)
5 years, 3 months ago (2015-09-23 12:46:20 UTC) #18
stefan-webrtc
https://codereview.webrtc.org/1360913004/diff/1/webrtc/video/audio_receive_stream.cc File webrtc/video/audio_receive_stream.cc (right): https://codereview.webrtc.org/1360913004/diff/1/webrtc/video/audio_receive_stream.cc#newcode105 webrtc/video/audio_receive_stream.cc:105: arrival_time_ms = (packet_time.timestamp + 500) / 1000; On 2015/09/23 ...
5 years, 3 months ago (2015-09-23 12:46:53 UTC) #19
mflodman
My mistake, ignore my previous comment. LGTM
5 years, 3 months ago (2015-09-23 12:47:01 UTC) #20
stefan-webrtc
Erik, could you take a look at the unittest I added?
5 years, 3 months ago (2015-09-23 12:48:50 UTC) #21
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1360913004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1360913004/40001
5 years, 3 months ago (2015-09-23 12:49:07 UTC) #23
sprang_webrtc
lgtm
5 years, 3 months ago (2015-09-23 13:12:30 UTC) #24
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_drmemory_light on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/win_drmemory_light/builds/6744)
5 years, 3 months ago (2015-09-23 13:14:22 UTC) #26
stefan-webrtc
Committed patchset #3 (id:40001) manually as 8bffba71072577ef8e81f48b615f231880de25a0 (presubmit successful).
5 years, 3 months ago (2015-09-23 13:54:10 UTC) #27
commit-bot: I haz the power
5 years, 3 months ago (2015-09-23 13:54:12 UTC) #28
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/8bffba71072577ef8e81f48b615f231880de25a0
Cr-Commit-Position: refs/heads/master@{#10032}

Powered by Google App Engine
This is Rietveld 408576698