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

Issue 2871813003: Add write support for the RtpStreamId and RepairedRtpStreamId header extensions. (Closed)

Created:
3 years, 7 months ago by erikvarga1
Modified:
3 years, 7 months ago
Reviewers:
danilchap
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, zhuangzesen_agora.io, danilchap, stefan-webrtc, mflodman
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Add write support for the RtpStreamId and RepairedRtpStreamId header extensions. BUG=webrtc:7433 Review-Url: https://codereview.webrtc.org/2871813003 Cr-Commit-Position: refs/heads/master@{#18093} Committed: https://chromium.googlesource.com/external/webrtc/+/e6b16194c7a28c46a5309a4ab17803a104b7c88d

Patch Set 1 #

Total comments: 12

Patch Set 2 : Patch 2 #

Total comments: 6

Patch Set 3 : Patch 3 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -5 lines) Patch
M webrtc/modules/rtp_rtcp/source/rtp_header_extensions.h View 1 9 chunks +28 lines, -4 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_header_extensions.cc View 1 2 3 chunks +30 lines, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_packet.h View 1 1 chunk +4 lines, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_packet_unittest.cc View 1 2 3 chunks +40 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (10 generated)
erikvarga1
3 years, 7 months ago (2017-05-09 15:23:55 UTC) #3
danilchap
https://codereview.webrtc.org/2871813003/diff/1/webrtc/modules/rtp_rtcp/source/rtp_header_extensions.h File webrtc/modules/rtp_rtcp/source/rtp_header_extensions.h (right): https://codereview.webrtc.org/2871813003/diff/1/webrtc/modules/rtp_rtcp/source/rtp_header_extensions.h#newcode30 webrtc/modules/rtp_rtcp/source/rtp_header_extensions.h:30: static size_t ValueSize(int64_t time_ms) { return kValueSizeBytes; } may ...
3 years, 7 months ago (2017-05-09 15:40:52 UTC) #4
erikvarga1
https://codereview.webrtc.org/2871813003/diff/1/webrtc/modules/rtp_rtcp/source/rtp_header_extensions.h File webrtc/modules/rtp_rtcp/source/rtp_header_extensions.h (right): https://codereview.webrtc.org/2871813003/diff/1/webrtc/modules/rtp_rtcp/source/rtp_header_extensions.h#newcode30 webrtc/modules/rtp_rtcp/source/rtp_header_extensions.h:30: static size_t ValueSize(int64_t time_ms) { return kValueSizeBytes; } On ...
3 years, 7 months ago (2017-05-10 10:52:27 UTC) #5
danilchap
lgtm % nits https://codereview.webrtc.org/2871813003/diff/1/webrtc/modules/rtp_rtcp/source/rtp_header_extensions.h File webrtc/modules/rtp_rtcp/source/rtp_header_extensions.h (right): https://codereview.webrtc.org/2871813003/diff/1/webrtc/modules/rtp_rtcp/source/rtp_header_extensions.h#newcode157 webrtc/modules/rtp_rtcp/source/rtp_header_extensions.h:157: return RtpStreamId::ValueSize(rsid); On 2017/05/10 10:52:27, erikvarga1 ...
3 years, 7 months ago (2017-05-10 11:25:18 UTC) #6
erikvarga1
https://codereview.webrtc.org/2871813003/diff/1/webrtc/modules/rtp_rtcp/source/rtp_header_extensions.h File webrtc/modules/rtp_rtcp/source/rtp_header_extensions.h (right): https://codereview.webrtc.org/2871813003/diff/1/webrtc/modules/rtp_rtcp/source/rtp_header_extensions.h#newcode157 webrtc/modules/rtp_rtcp/source/rtp_header_extensions.h:157: return RtpStreamId::ValueSize(rsid); On 2017/05/10 11:25:17, danilchap wrote: > On ...
3 years, 7 months ago (2017-05-10 14:48:19 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2871813003/40001
3 years, 7 months ago (2017-05-11 09:34:01 UTC) #14
commit-bot: I haz the power
3 years, 7 months ago (2017-05-11 09:36:39 UTC) #17
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/external/webrtc/+/e6b16194c7a28c46a5309a4ab...

Powered by Google App Engine
This is Rietveld 408576698