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

Issue 126373003: [PPAPI] API definition for audio media stream artifacts (Closed)

Created:
6 years, 11 months ago by Peng
Modified:
6 years, 11 months ago
CC:
chromium-reviews, yusukes+watch_chromium.org, raymes+watch_chromium.org, yzshen+watch_chromium.org, teravest+watch_chromium.org, Sam Clegg, nfullagar1, piman+watch_chromium.org, noelallen1, binji, ihf+watch_chromium.org, Greg Billock, kmixter1, Ronghua Wu (Left Chromium)
Base URL:
https://chromium.googlesource.com/chromium/src.git@video_track_impl_cl
Visibility:
Public.

Description

[PPAPI] API definition for audio media stream artifacts This API follows the design at https://docs.google.com/a/google.com/document/d/1rlwmFhf7VCX8mfrBok8wqXNgvr_ERhL2k6Fqha-pgIo/edit?disco=AAAAAHos8Y8# c++ interface will be implemented in a separate CL. It defines new objects for the consumption of media audio tracks based on the private VideoSource/VideoDestination classes. BUG=330851 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=244009

Patch Set 1 #

Patch Set 2 : Update #

Total comments: 14

Patch Set 3 : Update #

Total comments: 11

Patch Set 4 : Fix review issues #

Patch Set 5 : --similarty=99 #

Patch Set 6 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+213 lines, -196 lines) Patch
M native_client_sdk/src/libraries/ppapi/library.dsc View 1 2 3 4 5 2 chunks +2 lines, -0 lines 0 comments Download
A + ppapi/api/ppb_audio_frame.idl View 1 2 3 4 5 2 chunks +38 lines, -62 lines 0 comments Download
A + ppapi/api/ppb_media_stream_audio_track.idl View 1 2 3 4 5 6 chunks +28 lines, -29 lines 0 comments Download
A + ppapi/c/ppb_audio_frame.h View 1 2 3 4 5 2 chunks +42 lines, -70 lines 0 comments Download
A + ppapi/c/ppb_media_stream_audio_track.h View 1 2 3 4 5 7 chunks +35 lines, -35 lines 0 comments Download
M ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c View 1 2 3 4 5 9 chunks +63 lines, -0 lines 0 comments Download
M ppapi/ppapi_sources.gypi View 1 2 3 4 5 2 chunks +3 lines, -0 lines 0 comments Download
M ppapi/tests/all_c_includes.h View 1 2 3 4 5 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
Peng
Hi, The MediaStreamAudioTrack API definition is copied and modified from MediaStreamVideoTrack. PTAL. Thanks. binji: PTAL ...
6 years, 11 months ago (2014-01-07 21:13:32 UTC) #1
binji
native_client_sdk lgtm
6 years, 11 months ago (2014-01-07 21:15:48 UTC) #2
dmichael (off chromium)
https://codereview.chromium.org/126373003/diff/30001/ppapi/api/ppb_audio_frame.idl File ppapi/api/ppb_audio_frame.idl (right): https://codereview.chromium.org/126373003/diff/30001/ppapi/api/ppb_audio_frame.idl#newcode54 ppapi/api/ppb_audio_frame.idl:54: * rignt now. rignt->right https://codereview.chromium.org/126373003/diff/30001/ppapi/api/ppb_audio_frame.idl#newcode64 ppapi/api/ppb_audio_frame.idl:64: * @return The ...
6 years, 11 months ago (2014-01-07 22:00:59 UTC) #3
Peng
https://codereview.chromium.org/126373003/diff/30001/ppapi/api/ppb_audio_frame.idl File ppapi/api/ppb_audio_frame.idl (right): https://codereview.chromium.org/126373003/diff/30001/ppapi/api/ppb_audio_frame.idl#newcode54 ppapi/api/ppb_audio_frame.idl:54: * rignt now. On 2014/01/07 22:00:59, dmichael wrote: > ...
6 years, 11 months ago (2014-01-07 22:29:27 UTC) #4
dmichael (off chromium)
lgtm https://codereview.chromium.org/126373003/diff/30001/ppapi/api/ppb_media_stream_audio_track.idl File ppapi/api/ppb_media_stream_audio_track.idl (right): https://codereview.chromium.org/126373003/diff/30001/ppapi/api/ppb_media_stream_audio_track.idl#newcode17 ppapi/api/ppb_media_stream_audio_track.idl:17: interface PPB_MediaStreamAudioTrack { On 2014/01/07 22:29:27, Peng wrote: ...
6 years, 11 months ago (2014-01-09 17:07:45 UTC) #5
bbudge
https://codereview.chromium.org/126373003/diff/120001/ppapi/api/ppb_audio_frame.idl File ppapi/api/ppb_audio_frame.idl (right): https://codereview.chromium.org/126373003/diff/120001/ppapi/api/ppb_audio_frame.idl#newcode37 ppapi/api/ppb_audio_frame.idl:37: * start of the containing audio stream. I think ...
6 years, 11 months ago (2014-01-09 19:03:22 UTC) #6
bbudge
lgtm
6 years, 11 months ago (2014-01-09 19:11:33 UTC) #7
yzshen1
LGTM https://codereview.chromium.org/126373003/diff/120001/ppapi/api/ppb_audio_frame.idl File ppapi/api/ppb_audio_frame.idl (right): https://codereview.chromium.org/126373003/diff/120001/ppapi/api/ppb_audio_frame.idl#newcode53 ppapi/api/ppb_audio_frame.idl:53: * @return The sample size of the audio ...
6 years, 11 months ago (2014-01-09 19:27:45 UTC) #8
Peng
https://codereview.chromium.org/126373003/diff/120001/ppapi/api/ppb_audio_frame.idl File ppapi/api/ppb_audio_frame.idl (right): https://codereview.chromium.org/126373003/diff/120001/ppapi/api/ppb_audio_frame.idl#newcode37 ppapi/api/ppb_audio_frame.idl:37: * start of the containing audio stream. On 2014/01/09 ...
6 years, 11 months ago (2014-01-09 19:47:47 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/penghuang@chromium.org/126373003/260001
6 years, 11 months ago (2014-01-09 19:48:28 UTC) #10
commit-bot: I haz the power
Failed to apply patch for ppapi/c/ppb_media_stream_audio_track.h: While running patch -p1 --forward --force --no-backup-if-mismatch; A ppapi/c/ppb_media_stream_audio_track.h ...
6 years, 11 months ago (2014-01-09 19:48:35 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/penghuang@chromium.org/126373003/370001
6 years, 11 months ago (2014-01-09 20:03:07 UTC) #12
commit-bot: I haz the power
Failed to apply patch for ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 11 months ago (2014-01-09 20:03:25 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/penghuang@chromium.org/126373003/420001
6 years, 11 months ago (2014-01-09 20:22:22 UTC) #14
Peng
https://codereview.chromium.org/126373003/diff/30001/ppapi/api/ppb_media_stream_audio_track.idl File ppapi/api/ppb_media_stream_audio_track.idl (right): https://codereview.chromium.org/126373003/diff/30001/ppapi/api/ppb_media_stream_audio_track.idl#newcode17 ppapi/api/ppb_media_stream_audio_track.idl:17: interface PPB_MediaStreamAudioTrack { On 2014/01/09 17:07:46, dmichael wrote: > ...
6 years, 11 months ago (2014-01-09 20:59:57 UTC) #15
commit-bot: I haz the power
6 years, 11 months ago (2014-01-09 22:55:20 UTC) #16
Message was sent while issue was closed.
Change committed as 244009

Powered by Google App Engine
This is Rietveld 408576698