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

Issue 2246313002: If encoding is inactive, don't start sending when stream is reconfigured. (Closed)

Created:
4 years, 4 months ago by Taylor Brandstetter
Modified:
4 years, 3 months ago
Reviewers:
mflodman, pthatcher1, skvlad
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, the sun
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

If encoding is inactive, don't start sending when stream is reconfigured. RecreateWebRtcStream was checking the "sending_" flag, but wasn't checking rtp_parameters_.encodings[0].active. As a result, if an application calls "RtpSender.setParameters(inactive_params)" then later the stream is recreated due to some change in SDP parameters, the stream would incorrectly start sending. R=pthatcher@webrtc.org, skvlad@webrtc.org Committed: https://chromium.googlesource.com/external/webrtc/+/14b9d79bd6b33d753c3215a354be5d94054d4acb

Patch Set 1 #

Patch Set 2 : Making a test assertion better (don't compare pointer addresses). #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -5 lines) Patch
M webrtc/media/engine/webrtcvideoengine2.cc View 1 1 chunk +2 lines, -3 lines 0 comments Download
M webrtc/media/engine/webrtcvideoengine2_unittest.cc View 1 2 chunks +42 lines, -2 lines 0 comments Download

Messages

Total messages: 20 (10 generated)
Taylor Brandstetter
stefan: PTAL. This is something it seems I missed when I first wired up "RtpEncodingParameters.active" ...
4 years, 4 months ago (2016-08-16 00:44:12 UTC) #2
skvlad
lgtm
4 years, 4 months ago (2016-08-17 23:06:08 UTC) #3
Taylor Brandstetter
Magnus, since Stefan is OOO, can you review or find another appropriate reviewer? I'm used ...
4 years, 3 months ago (2016-08-25 21:40:52 UTC) #5
pthatcher1
lgtm
4 years, 3 months ago (2016-09-07 21:15: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/2246313002/1
4 years, 3 months ago (2016-09-07 22:20:35 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: linux_rel on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/linux_rel/builds/18066)
4 years, 3 months ago (2016-09-07 22:27:05 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/2246313002/20001
4 years, 3 months ago (2016-09-07 23:02:45 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: android_rel on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_rel/builds/16326)
4 years, 3 months ago (2016-09-07 23:07:16 UTC) #16
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/14b9d79bd6b33d753c3215a354be5d94054d4acb Cr-Commit-Position: refs/heads/master@{#14116}
4 years, 3 months ago (2016-09-08 00:17:03 UTC) #19
Taylor Brandstetter
4 years, 3 months ago (2016-09-08 00:17:04 UTC) #20
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
14b9d79bd6b33d753c3215a354be5d94054d4acb (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698