From ffdc00445ab18a6b07cc7f1dc33ac734e31048ec Mon Sep 17 00:00:00 2001 From: David Navrkal Date: Fri, 10 Nov 2017 12:02:28 +0100 Subject: [PATCH 1/2] Integrate get decibel full scale and option of manual recording control to webrtc-uwp-sdk. --- bin | 2 +- common/windows/samples/PeerCC | 2 +- webrtc/windows | 2 +- webrtc/xplatform/webrtc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bin b/bin index 3d02179f6f..5cf2396ddc 160000 --- a/bin +++ b/bin @@ -1 +1 @@ -Subproject commit 3d02179f6f0cfc6f86f9479486bada518c79e7f2 +Subproject commit 5cf2396ddca91281a7e707c833e6a5521bde1022 diff --git a/common/windows/samples/PeerCC b/common/windows/samples/PeerCC index 34bff33601..92468bbd4c 160000 --- a/common/windows/samples/PeerCC +++ b/common/windows/samples/PeerCC @@ -1 +1 @@ -Subproject commit 34bff33601f373c218528a40eccf58324ab8ec0e +Subproject commit 92468bbd4c5f72e4aa742f9f00d03bbd9419ca38 diff --git a/webrtc/windows b/webrtc/windows index 6823351966..71b292190e 160000 --- a/webrtc/windows +++ b/webrtc/windows @@ -1 +1 @@ -Subproject commit 68233519665e5dade6676bb29b1e8eba358288b6 +Subproject commit 71b292190ea02eecddeac0e9eecb1051da1039ef diff --git a/webrtc/xplatform/webrtc b/webrtc/xplatform/webrtc index 1b13c98046..f22b1a65f6 160000 --- a/webrtc/xplatform/webrtc +++ b/webrtc/xplatform/webrtc @@ -1 +1 @@ -Subproject commit 1b13c98046c5daa315519c013452c0544819a1b0 +Subproject commit f22b1a65f64fa31179c3670c7d5422532d8bbc2a From a6b9c478a19a625c40f2f724d95394fa42102a0b Mon Sep 17 00:00:00 2001 From: David Navrkal Date: Mon, 13 Nov 2017 10:41:18 +0100 Subject: [PATCH 2/2] Update references to forked repositories. --- .gitmodules | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index bd89ef42bc..b024984e6b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -12,7 +12,8 @@ url = https://github.com/webrtc-uwp/usrsctp.git [submodule "webrtc/xplatform/webrtc"] path = webrtc/xplatform/webrtc - url = https://github.com/webrtc-uwp/webrtc.git + url = https://github.com/navrkald/zzz-obsolete.webrtc.git + branch = UWP_decibel_fullscale [submodule "webrtc/xplatform/chromium-pruned"] path = webrtc/xplatform/chromium-pruned url = https://github.com/webrtc-uwp/chromium-pruned.git @@ -60,13 +61,15 @@ url=https://github.com/webrtc-uwp/googlemock.git url = https://chromium.googlesource.com/external/webrtc/deps/third_party/winsdk_samples_v71 [submodule "common/windows/samples/PeerCC"] path = common/windows/samples/PeerCC - url = https://github.com/webrtc-uwp/PeerCC.git + url = https://github.com/navrkald/PeerCC.git + branch = decibel_fullscale [submodule "common/windows/samples/ChatterBox"] path = common/windows/samples/ChatterBox url = https://github.com/webrtc-uwp/ChatterBox.git [submodule "webrtc/windows"] path = webrtc/windows - url = https://github.com/webrtc-uwp/webrtc-windows.git + url = https://github.com/navrkald/webrtc-windows.git + branch = decibelFullScale_and_manual_microphone_control [submodule "common/windows/samples/AppRTC"] path = common/windows/samples/AppRTC url = https://github.com/webrtc-uwp/AppRTC.git