ekiga r6970 - in trunk: . lib/engine/videoinput/ptlib
- From: dsandras svn gnome org
- To: svn-commits-list gnome org
- Subject: ekiga r6970 - in trunk: . lib/engine/videoinput/ptlib
- Date: Sun, 14 Sep 2008 17:06:37 +0000 (UTC)
Author: dsandras
Date: Sun Sep 14 17:06:37 2008
New Revision: 6970
URL: http://svn.gnome.org/viewvc/ekiga?rev=6970&view=rev
Log:
Removed V4L1 detection as we do not ship it by default anymore.
Modified:
trunk/ChangeLog
trunk/lib/engine/videoinput/ptlib/videoinput-manager-ptlib.cpp
Modified: trunk/lib/engine/videoinput/ptlib/videoinput-manager-ptlib.cpp
==============================================================================
--- trunk/lib/engine/videoinput/ptlib/videoinput-manager-ptlib.cpp (original)
+++ trunk/lib/engine/videoinput/ptlib/videoinput-manager-ptlib.cpp Sun Sep 14 17:06:37 2008
@@ -215,12 +215,6 @@
bool GMVideoInputManager_ptlib::has_device(const std::string & source, const std::string & device_name, unsigned capabilities, Ekiga::VideoInputDevice & device)
{
if (source == "video4linux") {
- if (capabilities & 0x01) {
- device.type = DEVICE_TYPE;
- device.source = "V4L";
- device.name = device_name;
- return true;
- }
if (capabilities & 0x02) {
device.type = DEVICE_TYPE;
device.source = "V4L2";
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]