diff options
author | Sven Gothel <[email protected]> | 2013-10-15 08:24:32 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-10-15 08:24:32 +0200 |
commit | 5ac6d508c7208ac4fe5d057a9ea1bdcba5f7b998 (patch) | |
tree | e0cd858c481742452046b355647960281813a5e9 /src/jogl | |
parent | b74f849c1864984e0be08fa18c9e555db701a971 (diff) |
GLMediaPlayer: Fix CameraInputScheme URI doc and Android test streams (Use mp4 instead of webm, fix Camera URI)
Diffstat (limited to 'src/jogl')
-rw-r--r-- | src/jogl/classes/com/jogamp/opengl/util/av/GLMediaPlayer.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jogl/classes/com/jogamp/opengl/util/av/GLMediaPlayer.java b/src/jogl/classes/com/jogamp/opengl/util/av/GLMediaPlayer.java index 63fc693ca..74036a3f7 100644 --- a/src/jogl/classes/com/jogamp/opengl/util/av/GLMediaPlayer.java +++ b/src/jogl/classes/com/jogamp/opengl/util/av/GLMediaPlayer.java @@ -195,7 +195,7 @@ public interface GLMediaPlayer extends TextureSequence { public static final int STREAM_ID_AUTO = -1; /** - * {@link URI#getScheme() URI scheme} name {@value} for camera input. E.g. <code>camera://0</code> + * {@link URI#getScheme() URI scheme} name {@value} for camera input. E.g. <code>camera:/0</code> * for the 1st camera device. * <p> * The {@link URI#getRawPath() URI path} is being used to identify the camera (<i>ID</i>), |