]> git.sesse.net Git - vlc/blobdiff - modules/demux/playlist/sgimb.c
input: replace ITEM_TYPE_NET by ITEM_TYPE_STREAM
[vlc] / modules / demux / playlist / sgimb.c
index 7aaa886179995a997a3613a44f748a2f53849110..fd2e06430aa6baf58654fb22e154a7d618d78a0e 100644 (file)
@@ -374,7 +374,7 @@ static int Demux ( demux_t *p_demux )
 
     p_child = input_item_NewWithType( p_sys->psz_uri,
                       p_sys->psz_name ? p_sys->psz_name : p_sys->psz_uri,
-                      0, NULL, 0, p_sys->i_duration, ITEM_TYPE_NET );
+                      0, NULL, 0, p_sys->i_duration, ITEM_TYPE_STREAM );
 
     if( !p_child )
     {