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

Issue 1740133002: Simplify registration of RTP-header extensions. (Closed)

Created:
4 years, 10 months ago by pbos-webrtc
Modified:
4 years, 10 months ago
CC:
webrtc-reviews_webrtc.org, video-team_agora.io, yujie_mao (webrtc), zhuangzesen_agora.io, zhengzhonghou_agora.io, stefan-webrtc, tterriberry_mozilla.com, andresp, the sun, perkj_webrtc, mflodman
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Simplify registration of RTP-header extensions. Removes per-extension functions in ViEChannel/ViEReceiver and instead register extensions directly on the RTP module by mapping extension string to RTP-header-extension type. BUG=webrtc:5494 R=danilchap@webrtc.org, stefan@webrtc.org Committed: https://crrev.com/9c01725e3742a2ccfdb525a2e0af80199b2ada55 Cr-Commit-Position: refs/heads/master@{#11786}

Patch Set 1 #

Total comments: 2

Patch Set 2 : DCHECK video extension availability #

Total comments: 2

Patch Set 3 : add dcheck #

Patch Set 4 : header #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -109 lines) Patch
M webrtc/modules/rtp_rtcp/include/rtp_rtcp.h View 2 chunks +3 lines, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc View 2 chunks +16 lines, -0 lines 0 comments Download
M webrtc/video/video_receive_stream.cc View 1 chunk +1 line, -11 lines 0 comments Download
M webrtc/video/video_send_stream.cc View 1 2 chunks +5 lines, -10 lines 0 comments Download
M webrtc/video/vie_channel.h View 1 chunk +0 lines, -4 lines 0 comments Download
M webrtc/video/vie_channel.cc View 1 chunk +0 lines, -41 lines 0 comments Download
M webrtc/video/vie_receiver.h View 2 chunks +1 line, -7 lines 0 comments Download
M webrtc/video/vie_receiver.cc View 1 2 3 3 chunks +6 lines, -36 lines 0 comments Download

Messages

Total messages: 17 (3 generated)
pbos-webrtc
PTAL, danilchap@ for review, stefan@ for owners.
4 years, 10 months ago (2016-02-26 13:26:16 UTC) #1
danilchap
On 2016/02/26 13:26:16, pbos-webrtc wrote: > PTAL, danilchap@ for review, stefan@ for owners. This CL ...
4 years, 10 months ago (2016-02-26 13:44:39 UTC) #3
pbos-webrtc
On 2016/02/26 13:44:39, danilchap wrote: > On 2016/02/26 13:26:16, pbos-webrtc wrote: > > PTAL, danilchap@ ...
4 years, 10 months ago (2016-02-26 13:51:50 UTC) #4
danilchap
On 2016/02/26 13:51:50, pbos-webrtc wrote: > On 2016/02/26 13:44:39, danilchap wrote: > > On 2016/02/26 ...
4 years, 10 months ago (2016-02-26 14:11:16 UTC) #5
stefan-webrtc
https://codereview.webrtc.org/1740133002/diff/1/webrtc/video/video_send_stream.cc File webrtc/video/video_send_stream.cc (right): https://codereview.webrtc.org/1740133002/diff/1/webrtc/video/video_send_stream.cc#newcode234 webrtc/video/video_send_stream.cc:234: StringToRtpExtensionType(extension), id)); Should we no longer fail on trying ...
4 years, 10 months ago (2016-02-26 14:54:11 UTC) #6
pbos-webrtc
DCHECK video extension availability
4 years, 10 months ago (2016-02-26 15:01:00 UTC) #7
pbos-webrtc
PTAL https://codereview.webrtc.org/1740133002/diff/1/webrtc/video/video_send_stream.cc File webrtc/video/video_send_stream.cc (right): https://codereview.webrtc.org/1740133002/diff/1/webrtc/video/video_send_stream.cc#newcode234 webrtc/video/video_send_stream.cc:234: StringToRtpExtensionType(extension), id)); On 2016/02/26 14:54:11, stefan-webrtc (holmer) wrote: ...
4 years, 10 months ago (2016-02-26 15:01:04 UTC) #8
stefan-webrtc
lgtm https://codereview.webrtc.org/1740133002/diff/20001/webrtc/video/vie_receiver.cc File webrtc/video/vie_receiver.cc (right): https://codereview.webrtc.org/1740133002/diff/20001/webrtc/video/vie_receiver.cc#newcode159 webrtc/video/vie_receiver.cc:159: StringToRtpExtensionType(extension), id)); Verify that this is a valid ...
4 years, 10 months ago (2016-02-26 15:19:18 UTC) #9
stefan-webrtc
lgtm
4 years, 10 months ago (2016-02-26 15:19:19 UTC) #10
pbos-webrtc
add dcheck
4 years, 10 months ago (2016-02-26 15:20:14 UTC) #11
pbos-webrtc
https://codereview.webrtc.org/1740133002/diff/20001/webrtc/video/vie_receiver.cc File webrtc/video/vie_receiver.cc (right): https://codereview.webrtc.org/1740133002/diff/20001/webrtc/video/vie_receiver.cc#newcode159 webrtc/video/vie_receiver.cc:159: StringToRtpExtensionType(extension), id)); On 2016/02/26 15:19:18, stefan-webrtc (holmer) wrote: > ...
4 years, 10 months ago (2016-02-26 15:20:48 UTC) #12
pbos-webrtc
header
4 years, 10 months ago (2016-02-26 15:22:28 UTC) #13
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/9c01725e3742a2ccfdb525a2e0af80199b2ada55 Cr-Commit-Position: refs/heads/master@{#11786}
4 years, 10 months ago (2016-02-26 15:26:34 UTC) #16
pbos-webrtc
4 years, 10 months ago (2016-02-26 15:26:34 UTC) #17
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
9c01725e3742a2ccfdb525a2e0af80199b2ada55 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698