Branch: master

67c929b6 2014-09-30 23:44:14 Timothy Pearson
Increase usleep time in prior commit to reduce CPU usage to more tolerable levels
M xine_artsplugin/xinePlayObject_impl.cpp
diff --git a/xine_artsplugin/xinePlayObject_impl.cpp b/xine_artsplugin/xinePlayObject_impl.cpp
index 4cb83e6..6fd108d 100644
--- a/xine_artsplugin/xinePlayObject_impl.cpp
+++ b/xine_artsplugin/xinePlayObject_impl.cpp
@@ -723,7 +723,7 @@
 			}
 		}
 		else {
-			usleep(10000);
+			usleep(50000);
 			eventReceived = false;
 		}
 	}