[ekiga] [windows] Disable VideoForWindows ptlib plugin



commit d33ae95cb1afb32884c412796ccaabc811ab3bc1
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date:   Thu Jan 31 17:40:04 2013 +0100

    [windows] Disable VideoForWindows ptlib plugin
    
    It is buggy, old and unmaintained.  Sort of closes bug #689006.

 .../components/ptlib/videoinput-manager-ptlib.cpp  |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/lib/engine/components/ptlib/videoinput-manager-ptlib.cpp b/lib/engine/components/ptlib/videoinput-manager-ptlib.cpp
index 50d681e..01a165f 100644
--- a/lib/engine/components/ptlib/videoinput-manager-ptlib.cpp
+++ b/lib/engine/components/ptlib/videoinput-manager-ptlib.cpp
@@ -72,7 +72,8 @@ void GMVideoInputManager_ptlib::get_devices(std::vector <Ekiga::VideoInputDevice
          (device.source != "Shm") &&
          (device.source != "FakeVideo") &&
          (device.source != "EKIGA") &&
-         (device.source != "FFMPEG") ) {
+         (device.source != "FFMPEG") &&
+         (device.source != "VideoForWindows") ) {
       video_devices = PVideoInputDevice::GetDriversDeviceNames (device.source);
       devices_array = video_devices.ToCharArray ();
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]