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

Issue 1861633002: Extended proxy abstraction, to call certain methods to the worker thread. (Closed)

Created:
4 years, 8 months ago by nisse-webrtc
Modified:
4 years, 8 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Extended proxy abstraction, to call certain methods to the worker thread. Extracted from cl https://codereview.webrtc.org/1766653002/, where AddOrUpdateSink results in a deadlock. BUG=webrtc:5426 Committed: https://crrev.com/5b68ab50bbd6ada3725aa1aeac3e87242986b6be Cr-Commit-Position: refs/heads/master@{#12281}

Patch Set 1 #

Total comments: 10

Patch Set 2 : Address comments (except remote tracks). #

Patch Set 3 : Pass a VideoTrackSourceProxy to VideoTrack::Create. #

Total comments: 2

Patch Set 4 : Minor formatting tweak. #

Total comments: 7

Patch Set 5 : Added TODO on proxy renaming. Improve intendation. #

Patch Set 6 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+132 lines, -74 lines) Patch
M webrtc/api/mediastreamtrackproxy.h View 1 chunk +6 lines, -4 lines 0 comments Download
M webrtc/api/peerconnectionfactory.cc View 3 chunks +5 lines, -3 lines 0 comments Download
M webrtc/api/peerconnectionfactoryproxy.h View 1 1 chunk +8 lines, -6 lines 0 comments Download
M webrtc/api/proxy.h View 1 2 3 4 2 chunks +60 lines, -13 lines 0 comments Download
M webrtc/api/rtpreceiver.cc View 1 2 2 chunks +7 lines, -2 lines 0 comments Download
M webrtc/api/test/fakevideotracksource.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/api/videocapturertracksource.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/api/videocapturertracksource.cc View 1 4 chunks +5 lines, -4 lines 0 comments Download
M webrtc/api/videosourceproxy.h View 1 2 3 4 1 chunk +19 lines, -17 lines 0 comments Download
M webrtc/api/videotrack.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M webrtc/api/videotrack.cc View 1 3 chunks +9 lines, -4 lines 0 comments Download
M webrtc/api/videotrack_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/api/videotracksource.h View 1 3 chunks +2 lines, -5 lines 0 comments Download
M webrtc/api/videotracksource.cc View 1 2 2 chunks +7 lines, -13 lines 0 comments Download

Messages

Total messages: 21 (7 generated)
nisse-webrtc
https://codereview.webrtc.org/1861633002/diff/1/webrtc/api/videotrack.cc File webrtc/api/videotrack.cc (right): https://codereview.webrtc.org/1861633002/diff/1/webrtc/api/videotrack.cc#newcode39 webrtc/api/videotrack.cc:39: // RTC_DCHECK(thread_checker_.CalledOnValidThread()); Should we have another rtc::ThreadChecker, bound to ...
4 years, 8 months ago (2016-04-05 10:13:46 UTC) #2
perkj_webrtc
https://codereview.webrtc.org/1861633002/diff/1/webrtc/api/proxy.h File webrtc/api/proxy.h (right): https://codereview.webrtc.org/1861633002/diff/1/webrtc/api/proxy.h#newcode303 webrtc/api/proxy.h:303: : signal_thread_(signal_thread), c_(c) {} \ name signaling_thread_ https://codereview.webrtc.org/1861633002/diff/1/webrtc/api/videotrack.cc File ...
4 years, 8 months ago (2016-04-05 11:02:37 UTC) #3
nisse-webrtc
https://codereview.webrtc.org/1861633002/diff/1/webrtc/api/proxy.h File webrtc/api/proxy.h (right): https://codereview.webrtc.org/1861633002/diff/1/webrtc/api/proxy.h#newcode303 webrtc/api/proxy.h:303: : signal_thread_(signal_thread), c_(c) {} \ On 2016/04/05 11:02:37, perkj_webrtc ...
4 years, 8 months ago (2016-04-05 11:43:55 UTC) #4
nisse-webrtc
Wrap the VideoTrackSource for a remote track in a proxy object, before it is passed ...
4 years, 8 months ago (2016-04-05 12:23:27 UTC) #5
perkj_webrtc
lgtm with a nit https://codereview.webrtc.org/1861633002/diff/40001/webrtc/api/proxy.h File webrtc/api/proxy.h (right): https://codereview.webrtc.org/1861633002/diff/40001/webrtc/api/proxy.h#newcode310 webrtc/api/proxy.h:310: static rtc::scoped_refptr<C> Create( \ nit: ...
4 years, 8 months ago (2016-04-05 12:36:56 UTC) #6
nisse-webrtc
https://codereview.webrtc.org/1861633002/diff/40001/webrtc/api/proxy.h File webrtc/api/proxy.h (right): https://codereview.webrtc.org/1861633002/diff/40001/webrtc/api/proxy.h#newcode310 webrtc/api/proxy.h:310: static rtc::scoped_refptr<C> Create( \ On 2016/04/05 12:36:55, perkj_webrtc wrote: ...
4 years, 8 months ago (2016-04-05 12:43:34 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1861633002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1861633002/60001
4 years, 8 months ago (2016-04-06 08:23:50 UTC) #9
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-06 10:37:51 UTC) #11
nisse-webrtc
+tommi
4 years, 8 months ago (2016-04-07 09:27:26 UTC) #13
tommi
lgtm % the below minor comments https://codereview.webrtc.org/1861633002/diff/60001/webrtc/api/mediastreamtrackproxy.h File webrtc/api/mediastreamtrackproxy.h (right): https://codereview.webrtc.org/1861633002/diff/60001/webrtc/api/mediastreamtrackproxy.h#newcode38 webrtc/api/mediastreamtrackproxy.h:38: BEGIN_WORKER_PROXY_MAP(VideoTrack) Down the ...
4 years, 8 months ago (2016-04-07 11:50:03 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1861633002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1861633002/100001
4 years, 8 months ago (2016-04-07 12:50:37 UTC) #17
nisse-webrtc
Didn't do any renaming now, but I added a TODO about it. https://codereview.webrtc.org/1861633002/diff/60001/webrtc/api/proxy.h File webrtc/api/proxy.h ...
4 years, 8 months ago (2016-04-07 12:51:29 UTC) #18
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 8 months ago (2016-04-07 14:45:58 UTC) #19
commit-bot: I haz the power
4 years, 8 months ago (2016-04-07 14:46:09 UTC) #21
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/5b68ab50bbd6ada3725aa1aeac3e87242986b6be
Cr-Commit-Position: refs/heads/master@{#12281}

Powered by Google App Engine
This is Rietveld 408576698