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

Issue 532533002: Add ToString function for media::VideoCaptureFormat (Closed)

Created:
6 years, 3 months ago by magjed_chromium
Modified:
6 years, 3 months ago
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Add ToString function for media::VideoCaptureFormat BUG=409636 Committed: https://crrev.com/e19f20f75e6d0b25a0f9d72a9857475e7d4a6e5c Cr-Commit-Position: refs/heads/master@{#293332}

Patch Set 1 #

Patch Set 2 : remove unnecessary namespace qualifier #

Patch Set 3 : NDEBUG check and MEDIA_EXPORT #

Patch Set 4 : remove NDEBUG guards #

Patch Set 5 : NDEBUG guard around function body #

Total comments: 2

Patch Set 6 : Replace ostream<< with ToString #

Patch Set 7 : experimental ENABLE_DLOG #

Patch Set 8 : compile test #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -26 lines) Patch
M content/renderer/media/media_stream_video_source.cc View 1 2 3 4 5 1 chunk +1 line, -7 lines 0 comments Download
M media/video/capture/android/video_capture_device_factory_android.cc View 1 2 3 4 5 1 chunk +1 line, -4 lines 0 comments Download
M media/video/capture/linux/video_capture_device_factory_linux.cc View 1 2 3 4 5 1 chunk +1 line, -4 lines 0 comments Download
M media/video/capture/mac/video_capture_device_avfoundation_mac.mm View 1 2 3 4 5 1 chunk +1 line, -4 lines 0 comments Download
M media/video/capture/video_capture_types.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M media/video/capture/video_capture_types.cc View 1 2 3 4 5 6 7 2 chunks +10 lines, -0 lines 1 comment Download
M media/video/capture/win/video_capture_device_factory_win.cc View 1 2 3 4 5 6 2 chunks +2 lines, -7 lines 5 comments Download

Messages

Total messages: 25 (6 generated)
magjed_chromium
PTAL
6 years, 3 months ago (2014-09-01 15:01:50 UTC) #2
mcasas
We'll get pixel formats as Strings! Yeah! You should wrap the necessary methods inside a ...
6 years, 3 months ago (2014-09-01 15:05:56 UTC) #3
magjed_chromium
I tried to wrap the necessary methods inside !defined(NDEBUG), but I got link errors in ...
6 years, 3 months ago (2014-09-02 11:06:31 UTC) #4
magjed_chromium
tommi - Can you please take a look? Especially, what is the proper way to ...
6 years, 3 months ago (2014-09-03 08:56:22 UTC) #6
tommi (sloooow) - chröme
lgtm as discussed https://codereview.chromium.org/532533002/diff/80001/media/video/capture/video_capture_types.cc File media/video/capture/video_capture_types.cc (right): https://codereview.chromium.org/532533002/diff/80001/media/video/capture/video_capture_types.cc#newcode65 media/video/capture/video_capture_types.cc:65: #if !defined(NDEBUG) On 2014/09/03 08:56:22, magjed ...
6 years, 3 months ago (2014-09-04 08:27:45 UTC) #7
magjed_chromium
PTAL
6 years, 3 months ago (2014-09-04 15:37:44 UTC) #8
mcasas
lgtm
6 years, 3 months ago (2014-09-04 16:23:17 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/magjed@chromium.org/532533002/140001
6 years, 3 months ago (2014-09-04 16:25:03 UTC) #11
tommi (sloooow) - chröme
took a quick extra look. https://codereview.chromium.org/532533002/diff/140001/media/video/capture/win/video_capture_device_factory_win.cc File media/video/capture/win/video_capture_device_factory_win.cc (right): https://codereview.chromium.org/532533002/diff/140001/media/video/capture/win/video_capture_device_factory_win.cc#newcode94 media/video/capture/win/video_capture_device_factory_win.cc:94: const CLSID class_id, const ...
6 years, 3 months ago (2014-09-04 16:36:19 UTC) #12
mcasas
https://codereview.chromium.org/532533002/diff/140001/media/video/capture/win/video_capture_device_factory_win.cc File media/video/capture/win/video_capture_device_factory_win.cc (right): https://codereview.chromium.org/532533002/diff/140001/media/video/capture/win/video_capture_device_factory_win.cc#newcode124 media/video/capture/win/video_capture_device_factory_win.cc:124: moniker.Release(); On 2014/09/04 16:36:19, tommi wrote: > no need ...
6 years, 3 months ago (2014-09-04 16:38:38 UTC) #13
tommi (sloooow) - chröme
https://codereview.chromium.org/532533002/diff/140001/media/video/capture/win/video_capture_device_factory_win.cc File media/video/capture/win/video_capture_device_factory_win.cc (right): https://codereview.chromium.org/532533002/diff/140001/media/video/capture/win/video_capture_device_factory_win.cc#newcode124 media/video/capture/win/video_capture_device_factory_win.cc:124: moniker.Release(); On 2014/09/04 16:38:38, mcasas wrote: > On 2014/09/04 ...
6 years, 3 months ago (2014-09-04 16:43:35 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: mac_gpu_retina_triggered_tests on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu_retina_triggered_tests/builds/43674) mac_gpu_triggered_tests on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu_triggered_tests/builds/43580)
6 years, 3 months ago (2014-09-04 18:36:12 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/magjed@chromium.org/532533002/140001
6 years, 3 months ago (2014-09-04 18:40:59 UTC) #18
commit-bot: I haz the power
Committed patchset #8 (id:140001) as 6590528521214b6dc489bc75330216a27a9e4fb7
6 years, 3 months ago (2014-09-04 20:55:19 UTC) #19
Sébastien Marchand
One comment as this is breaking the Win PGO builder :( https://codereview.chromium.org/532533002/diff/140001/media/video/capture/video_capture_types.cc File media/video/capture/video_capture_types.cc (right): ...
6 years, 3 months ago (2014-09-05 19:23:10 UTC) #21
tommi (sloooow) - chröme
On 2014/09/05 19:23:10, Sébastien Marchand wrote: > One comment as this is breaking the Win ...
6 years, 3 months ago (2014-09-05 19:47:04 UTC) #22
Sébastien Marchand
sure, I'll fix this, I just wanted to make sure that there was no objections ...
6 years, 3 months ago (2014-09-05 19:57:01 UTC) #23
tommi (sloooow) - chröme
On 2014/09/05 19:57:01, Sébastien Marchand wrote: > sure, I'll fix this, I just wanted to ...
6 years, 3 months ago (2014-09-05 20:09:58 UTC) #24
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:32:32 UTC) #25
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/e19f20f75e6d0b25a0f9d72a9857475e7d4a6e5c
Cr-Commit-Position: refs/heads/master@{#293332}

Powered by Google App Engine
This is Rietveld 408576698