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

Issue 2759493002: Add DesktopCapturerId and attach it to DesktopFrame (Closed)

Created:
3 years, 9 months ago by Hzj_jie
Modified:
3 years, 9 months ago
Reviewers:
Sergey Ulanov
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, Jamie, joedow
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Add DesktopCapturerId and attach it to DesktopFrame This change adds a DesktopCapturerId namespace, and attaches an int to each DesktopFrame. ScreenCapturerWinGdi and ScreenCapturerWinDirectx now actively set this field to differentiate themselves. BUG=679523, 650926 Review-Url: https://codereview.webrtc.org/2759493002 Cr-Original-Commit-Position: refs/heads/master@{#17329} Committed: https://chromium.googlesource.com/external/webrtc/+/41e3d9ff3bf7a7364b643f851f14062fd43fcc11 Review-Url: https://codereview.webrtc.org/2759493002 Cr-Commit-Position: refs/heads/master@{#17347} Committed: https://chromium.googlesource.com/external/webrtc/+/88ac827877767eb07cbde067529467ace0a690f1

Patch Set 1 #

Total comments: 2

Patch Set 2 : Resolve review comments #

Total comments: 10

Patch Set 3 : Resolve review comments #

Total comments: 2

Patch Set 4 : Resolve review comments #

Patch Set 5 : Remove dependency of webrtc/media:rtc_media_base #

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -2 lines) Patch
M webrtc/modules/desktop_capture/desktop_capture_types.h View 1 2 3 4 1 chunk +28 lines, -0 lines 0 comments Download
M webrtc/modules/desktop_capture/desktop_frame.h View 1 2 3 3 chunks +10 lines, -0 lines 0 comments Download
M webrtc/modules/desktop_capture/desktop_frame.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/desktop_capture/win/screen_capturer_win_directx.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/desktop_capture/win/screen_capturer_win_gdi.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 74 (59 generated)
Hzj_jie
3 years, 9 months ago (2017-03-16 20:57:12 UTC) #10
Sergey Ulanov
https://codereview.webrtc.org/2759493002/diff/20001/webrtc/modules/desktop_capture/desktop_capture_types.h File webrtc/modules/desktop_capture/desktop_capture_types.h (right): https://codereview.webrtc.org/2759493002/diff/20001/webrtc/modules/desktop_capture/desktop_capture_types.h#newcode41 webrtc/modules/desktop_capture/desktop_capture_types.h:41: enum class DesktopCapturerId { The problem with enum is ...
3 years, 9 months ago (2017-03-17 19:14:13 UTC) #13
Sergey Ulanov
https://codereview.webrtc.org/2759493002/diff/20001/webrtc/modules/desktop_capture/desktop_capture_types.h File webrtc/modules/desktop_capture/desktop_capture_types.h (right): https://codereview.webrtc.org/2759493002/diff/20001/webrtc/modules/desktop_capture/desktop_capture_types.h#newcode41 webrtc/modules/desktop_capture/desktop_capture_types.h:41: enum class DesktopCapturerId { On 2017/03/17 19:14:13, Sergey Ulanov ...
3 years, 9 months ago (2017-03-17 19:18:27 UTC) #14
Hzj_jie
On 2017/03/17 19:18:27, Sergey Ulanov wrote: > https://codereview.webrtc.org/2759493002/diff/20001/webrtc/modules/desktop_capture/desktop_capture_types.h > File webrtc/modules/desktop_capture/desktop_capture_types.h (right): > > https://codereview.webrtc.org/2759493002/diff/20001/webrtc/modules/desktop_capture/desktop_capture_types.h#newcode41 ...
3 years, 9 months ago (2017-03-18 00:51:05 UTC) #15
Hzj_jie
Updated.
3 years, 9 months ago (2017-03-20 00:25:08 UTC) #27
Sergey Ulanov
lgtm https://codereview.webrtc.org/2759493002/diff/60001/webrtc/modules/desktop_capture/desktop_capture_types.h File webrtc/modules/desktop_capture/desktop_capture_types.h (right): https://codereview.webrtc.org/2759493002/diff/60001/webrtc/modules/desktop_capture/desktop_capture_types.h#newcode43 webrtc/modules/desktop_capture/desktop_capture_types.h:43: UNKNOWN = FOURCC(0, 0, 0, 0), UNKNOWN = ...
3 years, 9 months ago (2017-03-21 00:35:43 UTC) #28
Sergey Ulanov
not lgtm, sorry, noticed couple more issues https://codereview.webrtc.org/2759493002/diff/60001/webrtc/modules/desktop_capture/desktop_capture_types.h File webrtc/modules/desktop_capture/desktop_capture_types.h (right): https://codereview.webrtc.org/2759493002/diff/60001/webrtc/modules/desktop_capture/desktop_capture_types.h#newcode42 webrtc/modules/desktop_capture/desktop_capture_types.h:42: enum class ...
3 years, 9 months ago (2017-03-21 00:39:36 UTC) #29
Hzj_jie
https://codereview.webrtc.org/2759493002/diff/60001/webrtc/modules/desktop_capture/desktop_capture_types.h File webrtc/modules/desktop_capture/desktop_capture_types.h (right): https://codereview.webrtc.org/2759493002/diff/60001/webrtc/modules/desktop_capture/desktop_capture_types.h#newcode42 webrtc/modules/desktop_capture/desktop_capture_types.h:42: enum class DesktopCapturerId { On 2017/03/21 00:39:36, Sergey Ulanov ...
3 years, 9 months ago (2017-03-21 18:40:40 UTC) #49
Sergey Ulanov
lgtm https://codereview.webrtc.org/2759493002/diff/60001/webrtc/modules/desktop_capture/desktop_capture_types.h File webrtc/modules/desktop_capture/desktop_capture_types.h (right): https://codereview.webrtc.org/2759493002/diff/60001/webrtc/modules/desktop_capture/desktop_capture_types.h#newcode45 webrtc/modules/desktop_capture/desktop_capture_types.h:45: SCREEN_CAPTURER_WIN_DIRECTX = FOURCC('W', 'S', 'D', 0), On 2017/03/21 ...
3 years, 9 months ago (2017-03-21 18:54:37 UTC) #50
Hzj_jie
https://codereview.webrtc.org/2759493002/diff/60001/webrtc/modules/desktop_capture/desktop_capture_types.h File webrtc/modules/desktop_capture/desktop_capture_types.h (right): https://codereview.webrtc.org/2759493002/diff/60001/webrtc/modules/desktop_capture/desktop_capture_types.h#newcode45 webrtc/modules/desktop_capture/desktop_capture_types.h:45: SCREEN_CAPTURER_WIN_DIRECTX = FOURCC('W', 'S', 'D', 0), On 2017/03/21 18:54:37, ...
3 years, 9 months ago (2017-03-21 19:38:50 UTC) #57
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/2759493002/100002
3 years, 9 months ago (2017-03-21 19:39:04 UTC) #60
commit-bot: I haz the power
Committed patchset #4 (id:100002) as https://chromium.googlesource.com/external/webrtc/+/41e3d9ff3bf7a7364b643f851f14062fd43fcc11
3 years, 9 months ago (2017-03-21 19:41:28 UTC) #63
Henrik Grunell WebRTC
A revert of this CL (patchset #4 id:100002) has been created in https://codereview.webrtc.org/2767003002/ by henrikg@webrtc.org. ...
3 years, 9 months ago (2017-03-22 08:13:23 UTC) #64
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/2759493002/170001
3 years, 9 months ago (2017-03-22 18:17:25 UTC) #71
commit-bot: I haz the power
3 years, 9 months ago (2017-03-22 18:38:52 UTC) #74
Message was sent while issue was closed.
Committed patchset #5 (id:170001) as
https://chromium.googlesource.com/external/webrtc/+/88ac827877767eb07cbde0675...

Powered by Google App Engine
This is Rietveld 408576698