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

Issue 340933002: Add VTSupport for dynamically linking VideoToolbox. (Closed)

Created:
6 years, 6 months ago by sandersd (OOO until July 31)
Modified:
6 years, 6 months ago
CC:
chromium-reviews, piman+watch_chromium.org, darin-cc_chromium.org, jam, feature-media-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Add VTSupport for dynamically linking VideoToolbox. BUG=133828 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=279593

Patch Set 1 #

Total comments: 4

Patch Set 2 : Fix type of CMItemCount. #

Patch Set 3 : Use generate_stubs.py #

Patch Set 4 : Forward-declare types #

Total comments: 2

Patch Set 5 : Fix nit. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+162 lines, -0 lines) Patch
A content/common/gpu/media/vt.h View 1 2 3 4 1 chunk +19 lines, -0 lines 0 comments Download
A content/common/gpu/media/vt.sig View 1 2 3 1 chunk +14 lines, -0 lines 0 comments Download
A content/common/gpu/media/vt_stubs_header.fragment View 1 2 3 1 chunk +90 lines, -0 lines 0 comments Download
M content/content_common.gypi View 1 2 3 1 chunk +39 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
sandersd (OOO until July 31)
6 years, 6 months ago (2014-06-18 21:51:12 UTC) #1
DaleCurtis
Over to rsesek@ for osx review. I'll stamp after he's done. cc:mcasas who went through ...
6 years, 6 months ago (2014-06-18 21:55:33 UTC) #2
mcasas
Drive-by. https://codereview.chromium.org/340933002/diff/1/content/common/gpu/media/vt_support.cc File content/common/gpu/media/vt_support.cc (right): https://codereview.chromium.org/340933002/diff/1/content/common/gpu/media/vt_support.cc#newcode29 content/common/gpu/media/vt_support.cc:29: RTLD_LAZY | RTLD_LOCAL); First create the Bundle and ...
6 years, 6 months ago (2014-06-19 12:04:24 UTC) #3
Robert Sesek
I'd consider using //tools/generate_stubs for this. I recently got a chance to use it, and ...
6 years, 6 months ago (2014-06-19 14:17:58 UTC) #4
sandersd (OOO until July 31)
On 2014/06/19 14:17:58, rsesek wrote: > I'd consider using //tools/generate_stubs for this. I recently got ...
6 years, 6 months ago (2014-06-19 17:31:22 UTC) #5
sandersd (OOO until July 31)
I've rewritten using the generate_stubs.py tool, PTAL. The big drawback of this approach is that ...
6 years, 6 months ago (2014-06-20 00:54:13 UTC) #6
mcasas
On 2014/06/20 00:54:13, sandersd wrote: > I've rewritten using the generate_stubs.py tool, PTAL. > > ...
6 years, 6 months ago (2014-06-23 06:55:44 UTC) #7
sandersd (OOO until July 31)
On 2014/06/23 06:55:44, mcasas wrote: > On 2014/06/20 00:54:13, sandersd wrote: > > I've rewritten ...
6 years, 6 months ago (2014-06-23 17:16:04 UTC) #8
Robert Sesek
On 2014/06/20 00:54:13, sandersd wrote: > I've rewritten using the generate_stubs.py tool, PTAL. > > ...
6 years, 6 months ago (2014-06-23 21:54:19 UTC) #9
sandersd (OOO until July 31)
> You'll have to forward-declare the types. That's what I did in //sandbox/mac, if you ...
6 years, 6 months ago (2014-06-23 23:49:04 UTC) #10
sandersd (OOO until July 31)
On 2014/06/23 at 23:49:04, sandersd wrote: > > You'll have to forward-declare the types. That's ...
6 years, 6 months ago (2014-06-24 00:29:41 UTC) #11
Robert Sesek
LGTM https://codereview.chromium.org/340933002/diff/60001/content/common/gpu/media/vt.h File content/common/gpu/media/vt.h (right): https://codereview.chromium.org/340933002/diff/60001/content/common/gpu/media/vt.h#newcode20 content/common/gpu/media/vt.h:20: nit: extra blank line
6 years, 6 months ago (2014-06-24 19:05:02 UTC) #12
sandersd (OOO until July 31)
dalecurtis: approve for content/common/gpu/media? https://codereview.chromium.org/340933002/diff/60001/content/common/gpu/media/vt.h File content/common/gpu/media/vt.h (right): https://codereview.chromium.org/340933002/diff/60001/content/common/gpu/media/vt.h#newcode20 content/common/gpu/media/vt.h:20: On 2014/06/24 19:05:02, rsesek wrote: ...
6 years, 6 months ago (2014-06-24 20:04:25 UTC) #13
DaleCurtis
lgtm
6 years, 6 months ago (2014-06-24 20:17:39 UTC) #14
sandersd (OOO until July 31)
The CQ bit was checked by sandersd@chromium.org
6 years, 6 months ago (2014-06-24 20:22:26 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sandersd@chromium.org/340933002/80001
6 years, 6 months ago (2014-06-24 20:23:34 UTC) #16
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_dbg on tryserver.chromium ...
6 years, 6 months ago (2014-06-25 00:06:21 UTC) #17
commit-bot: I haz the power
6 years, 6 months ago (2014-06-25 04:56:09 UTC) #18
Message was sent while issue was closed.
Change committed as 279593

Powered by Google App Engine
This is Rietveld 408576698