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

Issue 201583003: Implement a source for remote video tracks. (Closed)

Created:
6 years, 9 months ago by perkj_chrome
Modified:
6 years, 8 months ago
CC:
chromium-reviews, fischman+watch_chromium.org, jam, mcasas+watch_chromium.org, joi+watch-content_chromium.org, feature-media-reviews_chromium.org, darin-cc_chromium.org, wjia+watch_chromium.org
Visibility:
Public.

Description

Implement a source for remote video tracks. MediaStreamRemoteVideoSource implements the MediaStreamVideoSource interface for video tracks received on a PeerConnection. The purpose of the class is to make sure there is no difference between a video track where the source is a local source and a video track where the source is a remote video track. BUG=334243 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=262050

Patch Set 1 : #

Total comments: 33

Patch Set 2 : Addresssed comments. #

Patch Set 3 : Rebased #

Patch Set 4 : NON_EXPORTED_BASE of MediaStreamRemoveVideoSource base classes. #

Patch Set 5 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+569 lines, -367 lines) Patch
M content/content_renderer.gypi View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M content/content_tests.gypi View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/media/media_stream_center.cc View 1 2 1 chunk +1 line, -6 lines 0 comments Download
M content/renderer/media/media_stream_dependency_factory.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/media/media_stream_dependency_factory.cc View 1 2 3 4 1 chunk +8 lines, -12 lines 0 comments Download
M content/renderer/media/media_stream_video_source.h View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/media/media_stream_video_source.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M content/renderer/media/media_stream_video_track.h View 2 chunks +0 lines, -21 lines 0 comments Download
M content/renderer/media/media_stream_video_track.cc View 1 2 3 chunks +2 lines, -48 lines 0 comments Download
M content/renderer/media/mock_media_stream_dependency_factory.h View 1 2 3 chunks +4 lines, -3 lines 0 comments Download
M content/renderer/media/mock_media_stream_dependency_factory.cc View 1 2 3 chunks +24 lines, -19 lines 0 comments Download
M content/renderer/media/remote_media_stream_impl.h View 2 chunks +3 lines, -3 lines 0 comments Download
M content/renderer/media/remote_media_stream_impl.cc View 1 2 9 chunks +104 lines, -59 lines 0 comments Download
M content/renderer/media/rtc_peer_connection_handler_unittest.cc View 3 chunks +26 lines, -12 lines 0 comments Download
A content/renderer/media/webrtc/media_stream_remote_video_source.h View 1 2 3 1 chunk +74 lines, -0 lines 0 comments Download
A content/renderer/media/webrtc/media_stream_remote_video_source.cc View 1 1 chunk +157 lines, -0 lines 0 comments Download
A content/renderer/media/webrtc/media_stream_remote_video_source_unittest.cc View 1 1 chunk +160 lines, -0 lines 0 comments Download
D content/renderer/media/webrtc/webrtc_video_sink_adapter.h View 1 chunk +0 lines, -60 lines 0 comments Download
D content/renderer/media/webrtc/webrtc_video_sink_adapter.cc View 1 chunk +0 lines, -118 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
perkj_chrome
Hej Can you please take a first pass on the implementation of a s ource ...
6 years, 9 months ago (2014-03-17 19:19:11 UTC) #1
Jói
This change is full of awesome. I just have minor nits and questions. Cheers, Jói ...
6 years, 9 months ago (2014-03-17 22:00:40 UTC) #2
Ronghua Wu (Left Chromium)
looks pretty good, didn't see major issues https://codereview.chromium.org/201583003/diff/20001/content/renderer/media/media_stream_dependency_factory.cc File content/renderer/media/media_stream_dependency_factory.cc (right): https://codereview.chromium.org/201583003/diff/20001/content/renderer/media/media_stream_dependency_factory.cc#newcode719 content/renderer/media/media_stream_dependency_factory.cc:719: void MediaStreamDependencyFactory::AddNativeTrackToBlinkTrack( ...
6 years, 9 months ago (2014-03-17 22:45:35 UTC) #3
perkj_chrome
PTAL https://codereview.chromium.org/201583003/diff/20001/content/renderer/media/media_stream_dependency_factory.cc File content/renderer/media/media_stream_dependency_factory.cc (right): https://codereview.chromium.org/201583003/diff/20001/content/renderer/media/media_stream_dependency_factory.cc#newcode719 content/renderer/media/media_stream_dependency_factory.cc:719: void MediaStreamDependencyFactory::AddNativeTrackToBlinkTrack( On 2014/03/17 22:45:35, Ronghua Wu wrote: ...
6 years, 9 months ago (2014-03-19 16:34:47 UTC) #4
Jói
LGTM
6 years, 9 months ago (2014-03-20 11:10:44 UTC) #5
Ronghua Wu (Left Chromium)
lgtm https://codereview.chromium.org/201583003/diff/20001/content/renderer/media/media_stream_video_source.cc File content/renderer/media/media_stream_video_source.cc (right): https://codereview.chromium.org/201583003/diff/20001/content/renderer/media/media_stream_video_source.cc#newcode355 content/renderer/media/media_stream_video_source.cc:355: capture_adapter_ = factory_->CreateVideoCapturer(is_screeencast); On 2014/03/19 16:34:48, perkj wrote: ...
6 years, 9 months ago (2014-03-20 21:55:50 UTC) #6
perkj_chrome
The CQ bit was checked by perkj@chromium.org
6 years, 8 months ago (2014-04-05 18:32:29 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/perkj@chromium.org/201583003/80001
6 years, 8 months ago (2014-04-05 18:32:36 UTC) #8
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-05 18:32:48 UTC) #9
commit-bot: I haz the power
Failed to apply patch for content/renderer/media/media_stream_dependency_factory.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 8 months ago (2014-04-05 18:32:48 UTC) #10
perkj_chrome
The CQ bit was checked by perkj@chromium.org
6 years, 8 months ago (2014-04-06 10:45:09 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/perkj@chromium.org/201583003/100001
6 years, 8 months ago (2014-04-06 10:45:11 UTC) #12
commit-bot: I haz the power
6 years, 8 months ago (2014-04-06 16:25:02 UTC) #13
Message was sent while issue was closed.
Change committed as 262050

Powered by Google App Engine
This is Rietveld 408576698