File tree Expand file tree Collapse file tree
core/src/processing/opengl
java/libraries/video/src/processing/video Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -923,8 +923,8 @@ protected void requestDraw() {
923923 animator .requestDisplay ();
924924 }
925925 } catch (GLException e ) {
926- // Unwrap GLException to only the causing exception and so
927- // avoid the additional jogl lines .
926+ // Unwrap GLException so that only the causing exception
927+ // is shown .
928928 Throwable tr = e .getCause ();
929929 throw (RuntimeException )tr ;
930930 }
Original file line number Diff line number Diff line change @@ -66,12 +66,12 @@ public class Video implements PConstants {
6666 }
6767
6868
69- static public void setGStreamerPath (String path ) {
69+ static public void setPath (String path ) {
7070 gstreamerPath = path ;
7171 }
7272
7373
74- static public void useOpenGL (boolean gl ) {
74+ static public void useGL (boolean gl ) {
7575 useGLBufferSink = gl ;
7676 }
7777
You can’t perform that action at this time.
0 commit comments