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 <hta@webrtc.org>
Commit-Queue: Danil Chapovalov <danilchap@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#33523}
This commit is contained in:
Danil Chapovalov
2021-03-20 19:43:11 +01:00
committed by Commit Bot
parent 47350c2dba
commit eb282985e9

View File

@ -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<ColorSpace> color_space;