mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
renamed setGStreamerPath() back to setPath() and useOpenGL() to useGL() in video.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user