From eb282985e9dd8b40417a6b8c03d2350104cf24bb Mon Sep 17 00:00:00 2001 From: Danil Chapovalov Date: Sat, 20 Mar 2021 19:43:11 +0100 Subject: [PATCH] Update rsid and mid spec links from draft to release version No-Try: true Bug: None Change-Id: Iae39f6253357870d775cfa4ce918a756ab1fdc4a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/212614 Reviewed-by: Harald Alvestrand Commit-Queue: Danil Chapovalov Cr-Commit-Position: refs/heads/master@{#33523} --- api/rtp_headers.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/api/rtp_headers.h b/api/rtp_headers.h index b9a97c885d..cf3d909499 100644 --- a/api/rtp_headers.h +++ b/api/rtp_headers.h @@ -144,13 +144,12 @@ struct RTPHeaderExtension { VideoPlayoutDelay playout_delay; // For identification of a stream when ssrc is not signaled. See - // https://tools.ietf.org/html/draft-ietf-avtext-rid-09 - // TODO(danilchap): Update url from draft to release version. + // https://tools.ietf.org/html/rfc8852 std::string stream_id; std::string repaired_stream_id; // For identifying the media section used to interpret this RTP packet. See - // https://tools.ietf.org/html/draft-ietf-mmusic-sdp-bundle-negotiation-38 + // https://tools.ietf.org/html/rfc8843 std::string mid; absl::optional color_space;