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

Issue 2270793003: NetEq: only update current_rtp_payload_type_ when validated (Closed)

Created:
4 years, 4 months ago by hlundin-webrtc
Modified:
4 years, 3 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@neteq-fuzz-fix1
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

NetEq: only update current_rtp_payload_type_ when validated The current_rtp_payload_type_ should only be updated when the packet is actually inserted into the packet buffer, since then the payload type has been validated. This CL removes an unvalidated setting of this value that happened after SSRC change or upon first packet. BUG=webrtc:5447 Committed: https://crrev.com/549d80b979158a3535af299ee6277e77ca0873ca Cr-Commit-Position: refs/heads/master@{#13910}

Patch Set 1 #

Patch Set 2 : Fixing a test #

Total comments: 2

Patch Set 3 : Fix review comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -10 lines) Patch
M webrtc/modules/audio_coding/neteq/neteq_impl.cc View 1 2 2 chunks +4 lines, -8 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/neteq_unittest.cc View 1 2 chunks +5 lines, -2 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 16 (5 generated)
hlundin-webrtc
Fixing a test
4 years, 4 months ago (2016-08-24 11:56:33 UTC) #1
hlundin-webrtc
One more.
4 years, 4 months ago (2016-08-24 11:57:51 UTC) #3
ivoc
https://codereview.webrtc.org/2270793003/diff/20001/webrtc/modules/audio_coding/neteq/neteq_impl.cc File webrtc/modules/audio_coding/neteq/neteq_impl.cc (right): https://codereview.webrtc.org/2270793003/diff/20001/webrtc/modules/audio_coding/neteq/neteq_impl.cc#newcode746 webrtc/modules/audio_coding/neteq/neteq_impl.cc:746: if (current_rtp_payload_type_ != 0xFF) { I was wondering if ...
4 years, 4 months ago (2016-08-24 15:18:02 UTC) #4
hlundin-webrtc
Fix review comment
4 years, 4 months ago (2016-08-24 15:34:45 UTC) #5
hlundin-webrtc
PTAL again. https://codereview.webrtc.org/2270793003/diff/20001/webrtc/modules/audio_coding/neteq/neteq_impl.cc File webrtc/modules/audio_coding/neteq/neteq_impl.cc (right): https://codereview.webrtc.org/2270793003/diff/20001/webrtc/modules/audio_coding/neteq/neteq_impl.cc#newcode746 webrtc/modules/audio_coding/neteq/neteq_impl.cc:746: if (current_rtp_payload_type_ != 0xFF) { On 2016/08/24 ...
4 years, 4 months ago (2016-08-24 15:35:24 UTC) #6
ivoc
LGTM.
4 years, 4 months ago (2016-08-24 15:37:27 UTC) #7
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/2270793003/40001
4 years, 4 months ago (2016-08-24 18:24:27 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg on master.tryserver.webrtc (JOB_TIMED_OUT, no build URL)
4 years, 4 months ago (2016-08-24 20:25:03 UTC) #11
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/2270793003/40001
4 years, 4 months ago (2016-08-25 06:35:09 UTC) #13
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 3 months ago (2016-08-25 07:44:29 UTC) #14
commit-bot: I haz the power
4 years, 3 months ago (2016-08-25 07:44:37 UTC) #16
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/549d80b979158a3535af299ee6277e77ca0873ca
Cr-Commit-Position: refs/heads/master@{#13910}

Powered by Google App Engine
This is Rietveld 408576698