Removed pipeline.getState() call from start(), it hangs capture on windows

This commit is contained in:
codeanticode
2012-08-15 22:17:43 +00:00
parent 7bba3e11a6
commit a406170c1e
@@ -264,7 +264,6 @@ public class Capture extends PImage implements PConstants {
capturing = true;
pipeline.play();
pipeline.getState();
if (init) {
checkResIsValid();