[ekiga/v4_0] [windows] Disable VideoForWindows ptlib plugin
- From: Eugen Dedu <ededu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga/v4_0] [windows] Disable VideoForWindows ptlib plugin
- Date: Mon, 18 Feb 2013 20:36:20 +0000 (UTC)
commit 4680ea1dc1bca8b75e848bb80bce91708f45f67c
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 b2ebe11..86e6098 100644
--- a/lib/engine/components/ptlib/videoinput-manager-ptlib.cpp
+++ b/lib/engine/components/ptlib/videoinput-manager-ptlib.cpp
@@ -73,7 +73,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]