From 2011ba719ebd639eb084b39733f12bd67bff01e3 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Tue, 2 Feb 2016 12:19:34 +0100 Subject: [PATCH] Remove changes that should not have been commited in previous commit. --- build/windows10/ms2-tester/MS2TesterHost/MS2TesterHost.cpp | 3 --- build/windows10/ms2-tester/VideoPage.xaml | 4 ++-- build/windows10/ms2-tester/ms2-tester.csproj | 3 --- src/audiofilters/msopus.c | 2 +- src/crypto/ms_srtp.c | 2 +- tester/mediastreamer2_tester_windows.cpp | 2 -- 6 files changed, 4 insertions(+), 12 deletions(-) diff --git a/build/windows10/ms2-tester/MS2TesterHost/MS2TesterHost.cpp b/build/windows10/ms2-tester/MS2TesterHost/MS2TesterHost.cpp index 3039e5ed..f1ebbc1f 100644 --- a/build/windows10/ms2-tester/MS2TesterHost/MS2TesterHost.cpp +++ b/build/windows10/ms2-tester/MS2TesterHost/MS2TesterHost.cpp @@ -52,7 +52,4 @@ int CALLBACK WinMain(_In_ HINSTANCE, _In_ HINSTANCE, _In_ LPSTR, _In_ int) } Windows::Foundation::Uninitialize(); } - else { - OutputDebugStringW(L"Failed MS2TesterHost initialization"); - } } diff --git a/build/windows10/ms2-tester/VideoPage.xaml b/build/windows10/ms2-tester/VideoPage.xaml index df47bd64..b7766d3c 100644 --- a/build/windows10/ms2-tester/VideoPage.xaml +++ b/build/windows10/ms2-tester/VideoPage.xaml @@ -44,9 +44,9 @@ - + - + diff --git a/build/windows10/ms2-tester/ms2-tester.csproj b/build/windows10/ms2-tester/ms2-tester.csproj index d1c9c3cc..d4673c30 100644 --- a/build/windows10/ms2-tester/ms2-tester.csproj +++ b/build/windows10/ms2-tester/ms2-tester.csproj @@ -119,9 +119,6 @@ - - Always - diff --git a/src/audiofilters/msopus.c b/src/audiofilters/msopus.c index 33545214..87634553 100644 --- a/src/audiofilters/msopus.c +++ b/src/audiofilters/msopus.c @@ -26,7 +26,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "ortp/rtp.h" #include -#if defined(ANDROID) || defined(MS2_WINDOWS_PHONE) || defined(MS2_WINDOWS_UNIVERSAL) +#if defined(ANDROID) || defined(MS2_WINDOWS_PHONE) #include #else #include diff --git a/src/crypto/ms_srtp.c b/src/crypto/ms_srtp.c index 9dede7f5..7a2604ba 100644 --- a/src/crypto/ms_srtp.c +++ b/src/crypto/ms_srtp.c @@ -34,7 +34,7 @@ #undef PACKAGE_TARNAME #undef PACKAGE_VERSION -#if defined(ANDROID) || defined(MS2_WINDOWS_PHONE) || defined(MS2_WINDOWS_UNIVERSAL) +#if defined(ANDROID) || defined(MS2_WINDOWS_PHONE) // Android and Windows phone don't use make install #include //#include diff --git a/tester/mediastreamer2_tester_windows.cpp b/tester/mediastreamer2_tester_windows.cpp index 8325c48b..0fa66229 100644 --- a/tester/mediastreamer2_tester_windows.cpp +++ b/tester/mediastreamer2_tester_windows.cpp @@ -194,7 +194,6 @@ void NativeTester::initVideo() char cPath[MAX_FILEPATH_SIZE] = { 0 }; wcstombs(cPath, wsPath.c_str(), sizeof(cPath)); ms_static_image_set_default_image(cPath); - //ortp_load_leak_track_dll(); } void NativeTester::uninitVideo() @@ -263,7 +262,6 @@ void NativeTester::stopVideoStream() ms_filter_log_statistics(); video_stream_stop(_videoStream); _videoStream = NULL; - ortp_dump_memory_leaks(); } void NativeTester::changeCamera(Platform::String^ camera) -- 2.21.0