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

Issue 2018473002: Fixing neteq_rtpplay (Closed)

Created:
4 years, 7 months ago by hlundin-webrtc
Modified:
4 years, 7 months ago
Reviewers:
ivoc
CC:
webrtc-reviews_webrtc.org, kwiberg-webrtc, tlegrand-webrtc, tterriberry_mozilla.com, audio-team_agora.io, hlundin-webrtc, peah-webrtc, minyue-webrtc
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Fixing neteq_rtpplay A regression happened in https://codereview.webrtc.org/2006723002, causing neteq_rtpplay not to work. The problem was that when the main code was moved inside of the webrtc::test namespace, it was no longer visible to the linker. Meanwhile, the dependency on test_support_main rather than test_support caused the executable to be a gtest. In this fix, the gyp dependencies are corrected, and a main method is added outside of the namespaces. NOTRY=True Committed: https://crrev.com/303d3e17823cfbef1275191627a5df53e729ffd8 Cr-Commit-Position: refs/heads/master@{#12918}

Patch Set 1 #

Total comments: 2

Patch Set 2 : All but main in unnamed namespace #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -4 lines) Patch
M webrtc/modules/audio_coding/neteq/neteq_tests.gypi View 1 chunk +2 lines, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/neteq_rtpplay.cc View 1 2 chunks +6 lines, -3 lines 0 comments Download

Messages

Total messages: 13 (5 generated)
hlundin-webrtc
Ivo, please, take a look.
4 years, 7 months ago (2016-05-26 08:23:51 UTC) #2
ivoc
Looks good, just one question, see below. https://codereview.webrtc.org/2018473002/diff/1/webrtc/modules/audio_coding/neteq/tools/neteq_rtpplay.cc File webrtc/modules/audio_coding/neteq/tools/neteq_rtpplay.cc (right): https://codereview.webrtc.org/2018473002/diff/1/webrtc/modules/audio_coding/neteq/tools/neteq_rtpplay.cc#newcode373 webrtc/modules/audio_coding/neteq/tools/neteq_rtpplay.cc:373: int RunTest(int ...
4 years, 7 months ago (2016-05-26 08:38:11 UTC) #4
hlundin-webrtc
All but main in unnamed namespace
4 years, 7 months ago (2016-05-26 11:20:37 UTC) #5
hlundin-webrtc
PTAL again. https://codereview.webrtc.org/2018473002/diff/1/webrtc/modules/audio_coding/neteq/tools/neteq_rtpplay.cc File webrtc/modules/audio_coding/neteq/tools/neteq_rtpplay.cc (right): https://codereview.webrtc.org/2018473002/diff/1/webrtc/modules/audio_coding/neteq/tools/neteq_rtpplay.cc#newcode373 webrtc/modules/audio_coding/neteq/tools/neteq_rtpplay.cc:373: int RunTest(int argc, char* argv[]) { On ...
4 years, 7 months ago (2016-05-26 11:20:59 UTC) #6
ivoc
LGTM.
4 years, 7 months ago (2016-05-26 11:37:22 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2018473002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2018473002/20001
4 years, 7 months ago (2016-05-26 12:54:29 UTC) #9
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 7 months ago (2016-05-26 12:56:09 UTC) #11
commit-bot: I haz the power
4 years, 7 months ago (2016-05-26 12:56:18 UTC) #13
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/303d3e17823cfbef1275191627a5df53e729ffd8
Cr-Commit-Position: refs/heads/master@{#12918}

Powered by Google App Engine
This is Rietveld 408576698