]> git.sesse.net Git - vlc/commitdiff
Proper vlc: URL
authorRémi Denis-Courmont <rem@videolan.org>
Tue, 18 Mar 2008 19:50:02 +0000 (21:50 +0200)
committerRémi Denis-Courmont <rem@videolan.org>
Tue, 18 Mar 2008 19:50:02 +0000 (21:50 +0200)
modules/demux/playlist/xspf.c

index 9b2e736b96fa27ca79f34e8c58e3f357744a7756..96c74a233bb64ba3a307a2d9d16cc43cb8c60947 100644 (file)
@@ -718,7 +718,7 @@ static vlc_bool_t parse_extension_node COMPLEX_INTERFACE
             msg_Warn( p_demux, "<node> requires \"title\" attribute" );
             return VLC_FALSE;
         }
-        p_new_input = input_ItemNewWithType( VLC_OBJECT( p_playlist ), "vlc:nop",
+        p_new_input = input_ItemNewWithType( VLC_OBJECT( p_playlist ), "vlc://nop",
                                 psz_title, 0, NULL, -1, ITEM_TYPE_DIRECTORY );
         if( p_new_input )
         {