Disable LTI-CIVIL capture devices.

cusax-fix
Sebastien Vincent 15 years ago
parent 9aae11943e
commit 089941209a

@ -203,7 +203,7 @@ private void onGoogleContactsEntry(GoogleContactsEntry entry)
@Override @Override
protected void run() protected void run()
{ {
GoogleContactsServiceImpl service = (GoogleContactsServiceImpl) GoogleContactsServiceImpl service =
GoogleContactsActivator.getGoogleContactsService(); GoogleContactsActivator.getGoogleContactsService();
gQuery = new GoogleQuery(query); gQuery = new GoogleQuery(query);

@ -238,6 +238,8 @@ public void initializeVideo()
//FMJ //FMJ
boolean fmjVideoAvailable = isFMJVideoAvailable(); boolean fmjVideoAvailable = isFMJVideoAvailable();
/* disable LTI-CIVIL for now as we have native capture for all OS */
/*
try try
{ {
if(fmjVideoAvailable) if(fmjVideoAvailable)
@ -250,6 +252,7 @@ public void initializeVideo()
exc); exc);
fmjVideoAvailable = false; fmjVideoAvailable = false;
} }
*/
if (OSUtils.IS_MAC) // QuickTime if (OSUtils.IS_MAC) // QuickTime
{ {

Loading…
Cancel
Save