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

Issue 2562983002: Remove sequenced task checker from FlexfecSender. (Closed)

Created:
4 years ago by brandtr
Modified:
4 years ago
Reviewers:
stefan-webrtc
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, zhuangzesen_agora.io, danilchap, stefan-webrtc, mflodman
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Remove sequenced task checker from FlexfecSender. The packetization parts of this class are accessed from the encoder thread, which might change under different occasions. The use of a sequenced task checker here is thus incorrect, since that requires the access to always be on the same thread, whenever a task queue is not used. The access to the instantiated object of this class, at least when it comes to the RTP packetization parts, is however synchronized using the lock in PayloadRouter::OnEncodedImage. We can therefore safely remove the sequenced task checker. BUG=webrtc:5654 Committed: https://crrev.com/fe793eb2d1b8c42c557ddef5c1d760bbec23de2d Cr-Commit-Position: refs/heads/master@{#15549}

Patch Set 1 : Fix problem in FlexfecSender by removing DCHECKs. #

Patch Set 2 : Revert PS1. Add VSS test with fake multithreaded encoder. #

Patch Set 3 : Add PS1 back. #

Patch Set 4 : Rebase. #

Patch Set 5 : Move test to https://codereview.webrtc.org/2573453002/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -18 lines) Patch
M webrtc/modules/rtp_rtcp/include/flexfec_sender.h View 2 3 chunks +7 lines, -5 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/flexfec_sender.cc View 2 3 chunks +2 lines, -13 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 30 (15 generated)
brandtr
holmer, do you agree with the reasoning in the commit message?
4 years ago (2016-12-09 13:10:15 UTC) #4
brandtr
On 2016/12/09 13:10:15, brandtr wrote: > holmer, do you agree with the reasoning in the ...
4 years ago (2016-12-09 13:11:32 UTC) #5
stefan-webrtc
lgtm lgtm, but perhaps we should build a test in video send stream tests which ...
4 years ago (2016-12-09 13:39:23 UTC) #6
brandtr
Revert PS1. Add VSS test with fake multithreaded encoder.
4 years ago (2016-12-09 16:02:10 UTC) #7
brandtr
Revert PS1. Add VSS test with fake multithreaded encoder.
4 years ago (2016-12-09 16:06:35 UTC) #9
brandtr
Add PS1 back.
4 years ago (2016-12-09 16:27:48 UTC) #10
brandtr
Revert PS1. Add VSS test with fake multithreaded encoder.
4 years ago (2016-12-09 17:55:34 UTC) #13
brandtr
Add PS1 back.
4 years ago (2016-12-09 18:11:03 UTC) #14
brandtr
On 2016/12/09 13:39:23, stefan-webrtc (holmer) wrote: > lgtm > > lgtm, but perhaps we should ...
4 years ago (2016-12-09 18:28:54 UTC) #15
brandtr
Rebase.
4 years ago (2016-12-12 09:23:39 UTC) #16
brandtr
This one :)
4 years ago (2016-12-12 10:49:55 UTC) #17
brandtr
Move test to https://codereview.webrtc.org/2573453002/
4 years ago (2016-12-12 14:38:54 UTC) #18
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/2562983002/160001
4 years ago (2016-12-12 15:12:22 UTC) #25
commit-bot: I haz the power
Committed patchset #5 (id:160001)
4 years ago (2016-12-12 15:14:05 UTC) #28
commit-bot: I haz the power
4 years ago (2016-12-12 15:14:08 UTC) #30
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/fe793eb2d1b8c42c557ddef5c1d760bbec23de2d
Cr-Commit-Position: refs/heads/master@{#15549}

Powered by Google App Engine
This is Rietveld 408576698