[vlc-devel] commit: Proper vlc: URL ( Rémi Denis-Courmont )

git version control git at videolan.org
Tue Mar 18 20:50:03 CET 2008


vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Tue Mar 18 21:50:02 2008 +0200| [db59220242fc7918ea68f30b01257391459a5f84]

Proper vlc: URL

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=db59220242fc7918ea68f30b01257391459a5f84
---

 modules/demux/playlist/xspf.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/demux/playlist/xspf.c b/modules/demux/playlist/xspf.c
index 9b2e736..96c74a2 100644
--- a/modules/demux/playlist/xspf.c
+++ b/modules/demux/playlist/xspf.c
@@ -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 )
         {




More information about the vlc-devel mailing list