renamed setGStreamerPath() back to setPath() and useOpenGL() to useGL() in video.

This commit is contained in:
codeanticode
2012-08-16 20:25:17 +00:00
parent 3f3e3bccc7
commit 9afd5c1364
2 changed files with 4 additions and 4 deletions
@@ -66,12 +66,12 @@ public class Video implements PConstants {
}
static public void setGStreamerPath(String path) {
static public void setPath(String path) {
gstreamerPath = path;
}
static public void useOpenGL(boolean gl) {
static public void useGL(boolean gl) {
useGLBufferSink = gl;
}