Summary: | GLMediaPlayer issue when using a File.toURI generated URI ( windows only ) | ||
---|---|---|---|
Product: | [JogAmp] Jogl | Reporter: | Maxime Caignart <maxime-jogamp> |
Component: | util | Assignee: | Sven Gothel <sgothel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | --- | ||
Version: | 2 | ||
Hardware: | All | ||
OS: | windows | ||
Type: | --- | SCM Refs: |
eb9225c928b9a1a5660c865921fcd91f85cd1cd0
|
Workaround: | --- |
Description
Maxime Caignart
2013-11-11 18:54:59 CET
eb9225c928b9a1a5660c865921fcd91f85cd1cd0 FFMPEGMediaPlayer uses IOUtil.decodeURIIfFilePath(uri) to decode proper file-scheme if applicable - otherwise encoded ASCII URI. See test case com.jogamp.opengl.test.junit.jogl.demos.es2.av.MovieSimple and it's '-file1' and '-file2' arguments. |