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

Issue 14192054: Rename PPAPI Video Stream APIs. (Closed)

Created:
7 years, 8 months ago by bbudge
Modified:
7 years, 8 months ago
CC:
chromium-reviews, piman+watch_chromium.org, raymes+watch_chromium.org, yusukes+watch_chromium.org, yzshen+watch_chromium.org, ihf+watch_chromium.org
Visibility:
Public.

Description

Rename PPAPI Video Stream APIs. PP_VideoFrame -> PP_VideoFrame_Private PPB_VideoReader -> PPB_VideoSource_Private PPB_VideoWriter -> PPB_VideoDestination_Private IDL, .h and C++ wrapper files are now in /private subdirectories. Renamed some methods to fit the API names better. Changed the Source Open method's stream_id param to [in]. BUG=230980 TEST=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=196595

Patch Set 1 #

Total comments: 3

Patch Set 2 : Rename Send/Receive to Receive/Emit, stream_id to stream_url. #

Patch Set 3 : Redo with similarity=20 #

Total comments: 5

Patch Set 4 : Straighten out naming confusion, improve comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+520 lines, -1360 lines) Patch
D ppapi/api/pp_video_frame.idl View 1 chunk +0 lines, -34 lines 0 comments Download
D ppapi/api/ppb_video_reader.idl View 1 chunk +0 lines, -89 lines 0 comments Download
D ppapi/api/ppb_video_writer.idl View 1 chunk +0 lines, -89 lines 0 comments Download
A + ppapi/api/private/pp_video_frame_private.idl View 1 chunk +4 lines, -2 lines 0 comments Download
A + ppapi/api/private/ppb_video_destination_private.idl View 1 2 3 3 chunks +45 lines, -39 lines 0 comments Download
A + ppapi/api/private/ppb_video_source_private.idl View 1 2 3 3 chunks +43 lines, -40 lines 0 comments Download
D ppapi/c/pp_video_frame.h View 1 chunk +0 lines, -53 lines 0 comments Download
D ppapi/c/ppb_video_reader.h View 1 chunk +0 lines, -112 lines 0 comments Download
D ppapi/c/ppb_video_writer.h View 1 chunk +0 lines, -111 lines 0 comments Download
A + ppapi/c/private/pp_video_frame_private.h View 3 chunks +9 lines, -7 lines 0 comments Download
A + ppapi/c/private/ppb_video_destination_private.h View 1 2 3 3 chunks +57 lines, -46 lines 0 comments Download
A + ppapi/c/private/ppb_video_source_private.h View 1 2 3 3 chunks +53 lines, -48 lines 0 comments Download
A + ppapi/cpp/private/video_destination_private.h View 1 2 3 2 chunks +51 lines, -34 lines 0 comments Download
A + ppapi/cpp/private/video_destination_private.cc View 1 2 3 1 chunk +29 lines, -24 lines 0 comments Download
A + ppapi/cpp/private/video_frame_private.h View 1 2 3 chunks +34 lines, -31 lines 0 comments Download
A + ppapi/cpp/private/video_frame_private.cc View 1 chunk +11 lines, -9 lines 0 comments Download
A + ppapi/cpp/private/video_source_private.h View 1 2 3 2 chunks +44 lines, -30 lines 0 comments Download
A + ppapi/cpp/private/video_source_private.cc View 1 2 3 1 chunk +23 lines, -25 lines 0 comments Download
D ppapi/cpp/video_frame.h View 1 chunk +0 lines, -93 lines 0 comments Download
D ppapi/cpp/video_frame.cc View 1 chunk +0 lines, -47 lines 0 comments Download
D ppapi/cpp/video_reader.h View 1 chunk +0 lines, -70 lines 0 comments Download
D ppapi/cpp/video_reader.cc View 1 chunk +0 lines, -73 lines 0 comments Download
D ppapi/cpp/video_writer.h View 1 chunk +0 lines, -69 lines 0 comments Download
D ppapi/cpp/video_writer.cc View 1 chunk +0 lines, -71 lines 0 comments Download
M ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c View 1 2 3 12 chunks +102 lines, -102 lines 0 comments Download
M ppapi/ppapi_sources.gypi View 4 chunks +9 lines, -6 lines 0 comments Download
M ppapi/tests/all_c_includes.h View 4 chunks +3 lines, -3 lines 0 comments Download
M ppapi/tests/all_cpp_includes.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
bbudge
7 years, 8 months ago (2013-04-24 21:24:11 UTC) #1
juberti
https://codereview.chromium.org/14192054/diff/1/ppapi/api/private/ppb_video_destination_private.idl File ppapi/api/private/ppb_video_destination_private.idl (right): https://codereview.chromium.org/14192054/diff/1/ppapi/api/private/ppb_video_destination_private.idl#newcode21 ppapi/api/private/ppb_video_destination_private.idl:21: interface PPB_VideoDestination_Private { I think this is reversed - ...
7 years, 8 months ago (2013-04-24 23:46:05 UTC) #2
dmichael (off chromium)
Would you be willing to run git cl upload again with --similarity=75 (or some number ...
7 years, 8 months ago (2013-04-25 15:34:28 UTC) #3
bbudge
git cl upload was giving me a lot of trouble yesterday. Finally I redid the ...
7 years, 8 months ago (2013-04-25 16:55:12 UTC) #4
dmichael (off chromium)
https://codereview.chromium.org/14192054/diff/14002/ppapi/api/private/ppb_video_destination_private.idl File ppapi/api/private/ppb_video_destination_private.idl (right): https://codereview.chromium.org/14192054/diff/14002/ppapi/api/private/ppb_video_destination_private.idl#newcode84 ppapi/api/private/ppb_video_destination_private.idl:84: int32_t ReceiveFrame([in] PP_Resource destination, I think this should still ...
7 years, 8 months ago (2013-04-25 18:15:54 UTC) #5
bbudge
https://codereview.chromium.org/14192054/diff/14002/ppapi/api/private/ppb_video_destination_private.idl File ppapi/api/private/ppb_video_destination_private.idl (right): https://codereview.chromium.org/14192054/diff/14002/ppapi/api/private/ppb_video_destination_private.idl#newcode84 ppapi/api/private/ppb_video_destination_private.idl:84: int32_t ReceiveFrame([in] PP_Resource destination, Yeah, this is something that ...
7 years, 8 months ago (2013-04-25 18:21:12 UTC) #6
Ronghua Wu (Left Chromium)
https://codereview.chromium.org/14192054/diff/14002/ppapi/api/private/ppb_video_destination_private.idl File ppapi/api/private/ppb_video_destination_private.idl (right): https://codereview.chromium.org/14192054/diff/14002/ppapi/api/private/ppb_video_destination_private.idl#newcode84 ppapi/api/private/ppb_video_destination_private.idl:84: int32_t ReceiveFrame([in] PP_Resource destination, On 2013/04/25 18:15:54, dmichael wrote: ...
7 years, 8 months ago (2013-04-25 18:22:48 UTC) #7
bbudge
https://codereview.chromium.org/14192054/diff/14002/ppapi/api/private/ppb_video_source_private.idl File ppapi/api/private/ppb_video_source_private.idl (right): https://codereview.chromium.org/14192054/diff/14002/ppapi/api/private/ppb_video_source_private.idl#newcode80 ppapi/api/private/ppb_video_source_private.idl:80: int32_t EmitFrame([in] PP_Resource source, This does return a frame, ...
7 years, 8 months ago (2013-04-25 18:30:08 UTC) #8
juberti
On 2013/04/25 18:30:08, bbudge1 wrote: > https://codereview.chromium.org/14192054/diff/14002/ppapi/api/private/ppb_video_source_private.idl > File ppapi/api/private/ppb_video_source_private.idl (right): > > https://codereview.chromium.org/14192054/diff/14002/ppapi/api/private/ppb_video_source_private.idl#newcode80 > ...
7 years, 8 months ago (2013-04-25 18:37:45 UTC) #9
Ronghua Wu (Left Chromium)
On 2013/04/25 18:37:45, juberti wrote: > On 2013/04/25 18:30:08, bbudge1 wrote: > > > https://codereview.chromium.org/14192054/diff/14002/ppapi/api/private/ppb_video_source_private.idl ...
7 years, 8 months ago (2013-04-25 18:44:07 UTC) #10
bbudge
Put to VideoDestination, Get from VideoSource.
7 years, 8 months ago (2013-04-25 19:18:44 UTC) #11
dmichael (off chromium)
lgtm, thanks for doing that!
7 years, 8 months ago (2013-04-25 20:11:04 UTC) #12
Ronghua Wu (Left Chromium)
lgtm
7 years, 8 months ago (2013-04-25 23:46:02 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bbudge@chromium.org/14192054/25001
7 years, 8 months ago (2013-04-25 23:54:18 UTC) #14
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 8 months ago (2013-04-26 00:33:12 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bbudge@chromium.org/14192054/25001
7 years, 8 months ago (2013-04-26 01:32:40 UTC) #16
commit-bot: I haz the power
7 years, 8 months ago (2013-04-26 03:54:06 UTC) #17
Message was sent while issue was closed.
Change committed as 196595

Powered by Google App Engine
This is Rietveld 408576698