]> git.sesse.net Git - vlc/blobdiff - modules/access/jack.c
demux: provide both URL and file path as with access
[vlc] / modules / access / jack.c
index 963bbb72fa576fb458397bcb3d29a4ef7cb6e9e9..70c2c061a7744caadd6b00440620691ed81a6540 100644 (file)
@@ -562,7 +562,7 @@ static void Port_finder( demux_t *p_demux )
 static void Parse( demux_t *p_demux )
 {
     demux_sys_t *p_sys = p_demux->p_sys;
-    char *psz_dup = strdup( p_demux->psz_path );
+    char *psz_dup = strdup( p_demux->psz_location );
     char *psz_parser = psz_dup;
 
     if( !strncmp( psz_parser, "channels=", strlen( "channels=" ) ) )