From 9bcd9eb5e3d35badcb84d38eaab4f1bb542dd259 Mon Sep 17 00:00:00 2001
From: Dominique Hazael-Massieux
Date: Wed, 8 Dec 2021 15:50:36 +0100
Subject: [PATCH] Fix reference to yet-unspecified referenceScaling
under discussion in https://github.com/w3c/media-capabilities/issues/182
---
index.html | 1 +
svc-respec-config.js | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/index.html b/index.html
index a2e3d52..6921e42 100644
--- a/index.html
+++ b/index.html
@@ -63,6 +63,7 @@ Terminology
"S2T2", "S2T2h", "S2T3", "S2T3h", "S3T1", "S3T1h", "S3T2", "S3T2h",
"S3T3" and "S3T3h" {{RTCRtpEncodingParameters/scalabilityMode}} values.
The term Selective Forwarding Middlebox (SFM) is defined in Section 3.7 of [[RFC7667]].
+
referenceScaling is a proposed addition to {{VideoConfiguration}} in discussion in the Media Capabilities API.
Operational model
diff --git a/svc-respec-config.js b/svc-respec-config.js
index 098faca..187c6a5 100644
--- a/svc-respec-config.js
+++ b/svc-respec-config.js
@@ -17,7 +17,7 @@ var respecConfig = {
],
group: "webrtc",
wgPublicList: "public-webrtc",
- xref: ["webidl", "webrtc"],
+ xref: ["webidl", "webrtc", "media-capabilities"],
github: "https://github.com/w3c/webrtc-svc",
otherLinks: [
{