-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update webrtc-insertable-streams.idl.patch
w3c/webrtc-encoded-transform#70 was merged.
- Loading branch information
Showing
1 changed file
with
5 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,15 @@ | ||
From 9bc93b3efecaeffe41fa0d4fd778388d6af2a50c Mon Sep 17 00:00:00 2001 | ||
From 096ba7bc645329b491e2426438f9b735dfd93f27 Mon Sep 17 00:00:00 2001 | ||
From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= <[email protected]> | ||
Date: Mon, 8 Mar 2021 10:35:58 +0100 | ||
Subject: [PATCH] Fix webrtc-insertable-streams.idl | ||
|
||
https://github.com/w3c/webrtc-insertable-streams/pull/70 | ||
https://github.com/w3c/webrtc-insertable-streams/issues/72 | ||
https://github.com/w3c/webrtc-insertable-streams/pull/73 | ||
--- | ||
ed/idl/webrtc-insertable-streams.idl | 9 +++++++-- | ||
1 file changed, 7 insertions(+), 2 deletions(-) | ||
ed/idl/webrtc-insertable-streams.idl | 6 ++++++ | ||
1 file changed, 6 insertions(+) | ||
|
||
diff --git a/ed/idl/webrtc-insertable-streams.idl b/ed/idl/webrtc-insertable-streams.idl | ||
index 7a9ad67d8..7bf34a974 100644 | ||
index 7a9ad67d8..b4bbd67f4 100644 | ||
--- a/ed/idl/webrtc-insertable-streams.idl | ||
+++ b/ed/idl/webrtc-insertable-streams.idl | ||
@@ -3,6 +3,12 @@ | ||
|
@@ -26,16 +25,6 @@ index 7a9ad67d8..7bf34a974 100644 | |
// New fields in RTCConfiguration | ||
partial dictionary RTCConfiguration { | ||
boolean encodedInsertableStreams = false; | ||
@@ -85,8 +91,7 @@ interface RTCTransformEvent : Event { | ||
readonly attribute RTCRtpScriptTransformer transformer; | ||
}; | ||
|
||
-[Global=(Worker,DedicatedWorker),Exposed=DedicatedWorker] | ||
-partial interface DedicatedWorkerGlobalScope : WorkerGlobalScope { | ||
+partial interface DedicatedWorkerGlobalScope { | ||
attribute EventHandler onrtctransform; | ||
}; | ||
|
||
-- | ||
2.30.1.766.gb4fecdf3b7-goog | ||
|