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

Issue 1800493003: Implement some WiFi Display elementary stream descriptors. (Closed)

Created:
4 years, 9 months ago by e_hakkinen
Modified:
4 years, 9 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[chrome.displaySource] Implement some elementary stream descriptors. WiFi Display elementary stream descriptors are used for passing descriptive information about elementary streams to a WiFi Display transport stream packetizer which then packetizes that information so that it can be passed to a remote sink. This is part of a WiFi Display packetizer patch series: * https://codereview.chromium.org/1796123002/ WiFi Display elementary stream packetizer * https://codereview.chromium.org/1800493003/ <-- this CL WiFi Display elementary stream descriptors * https://codereview.chromium.org/1797953002/ WiFi Display transport stream packetizer * https://codereview.chromium.org/1796073003/ WiFi Display media packetizer BUG=242107 Committed: https://crrev.com/2c13e7ad077ec639b6ca0e76f0a1a530a398cb9d Cr-Commit-Position: refs/heads/master@{#382245}

Patch Set 1 : #

Patch Set 2 : Use bit constants in all places #

Total comments: 14

Patch Set 3 : Style nits #

Total comments: 1

Patch Set 4 : Rebase #

Patch Set 5 : Grammar nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+441 lines, -0 lines) Patch
M extensions/extensions.gypi View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M extensions/extensions_tests.gypi View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A extensions/renderer/api/display_source/wifi_display/wifi_display_elementary_stream_descriptor.h View 1 2 3 4 1 chunk +122 lines, -0 lines 0 comments Download
A extensions/renderer/api/display_source/wifi_display/wifi_display_elementary_stream_descriptor.cc View 1 2 1 chunk +165 lines, -0 lines 0 comments Download
A extensions/renderer/api/display_source/wifi_display/wifi_display_elementary_stream_descriptor_unittest.cc View 1 2 1 chunk +151 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (9 generated)
e_hakkinen
PTAL. Although I put this CL to be the second one in the series, this ...
4 years, 9 months ago (2016-03-14 14:46:23 UTC) #6
asargent_no_longer_on_chrome
A few minor style nits. Also make sure to run "git cl lint" to make ...
4 years, 9 months ago (2016-03-16 19:56:23 UTC) #7
e_hakkinen
https://codereview.chromium.org/1800493003/diff/40001/extensions/renderer/api/display_source/wifi_display/wifi_display_elementary_stream_descriptor.h File extensions/renderer/api/display_source/wifi_display/wifi_display_elementary_stream_descriptor.h (right): https://codereview.chromium.org/1800493003/diff/40001/extensions/renderer/api/display_source/wifi_display/wifi_display_elementary_stream_descriptor.h#newcode32 extensions/renderer/api/display_source/wifi_display/wifi_display_elementary_stream_descriptor.h:32: typedef uint8_t* pointer; On 2016/03/16 19:56:23, Antony Sargent wrote: ...
4 years, 9 months ago (2016-03-17 13:20:56 UTC) #8
e_hakkinen
On 2016/03/16 19:56:23, Antony Sargent wrote: > A few minor style nits. Also make sure ...
4 years, 9 months ago (2016-03-17 13:25:43 UTC) #9
asargent_no_longer_on_chrome
lgtm https://codereview.chromium.org/1800493003/diff/60001/extensions/renderer/api/display_source/wifi_display/wifi_display_elementary_stream_descriptor.h File extensions/renderer/api/display_source/wifi_display/wifi_display_elementary_stream_descriptor.h (right): https://codereview.chromium.org/1800493003/diff/60001/extensions/renderer/api/display_source/wifi_display/wifi_display_elementary_stream_descriptor.h#newcode29 extensions/renderer/api/display_source/wifi_display/wifi_display_elementary_stream_descriptor.h:29: // Make Google Test to treat this class ...
4 years, 9 months ago (2016-03-18 18:24:48 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1800493003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1800493003/100001
4 years, 9 months ago (2016-03-21 04:35:46 UTC) #13
commit-bot: I haz the power
Committed patchset #5 (id:100001)
4 years, 9 months ago (2016-03-21 07:59:57 UTC) #15
commit-bot: I haz the power
4 years, 9 months ago (2016-03-21 08:01:13 UTC) #17
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/2c13e7ad077ec639b6ca0e76f0a1a530a398cb9d
Cr-Commit-Position: refs/heads/master@{#382245}

Powered by Google App Engine
This is Rietveld 408576698