< prev index next >

modules/javafx.media/src/main/java/com/sun/media/jfxmediaimpl/platform/gstreamer/GSTPlatform.java

Print this page

        

*** 59,69 **** * All supported protocols. */ private static final String[] PROTOCOLS = { "file", "http", ! "https" }; private static GSTPlatform globalInstance = null; @Override --- 59,70 ---- * All supported protocols. */ private static final String[] PROTOCOLS = { "file", "http", ! "https", ! "jrt" }; private static GSTPlatform globalInstance = null; @Override
< prev index next >