[vlc-devel] commit: sgimb: Don't use playlist code. (Pierre d'Herbemont )
git version control
git at videolan.org
Sat Jun 14 17:34:34 CEST 2008
vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Sat Jun 14 17:10:03 2008 +0200| [9e93e03708144022e1d47f138ba1917fd4eb41b5]
sgimb: Don't use playlist code.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9e93e03708144022e1d47f138ba1917fd4eb41b5
---
modules/demux/playlist/sgimb.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/demux/playlist/sgimb.c b/modules/demux/playlist/sgimb.c
index db9f8d3..6a8d4d6 100644
--- a/modules/demux/playlist/sgimb.c
+++ b/modules/demux/playlist/sgimb.c
@@ -367,7 +367,7 @@ static int Demux ( demux_t *p_demux )
free( temp );
}
- p_child = input_ItemNewWithType( (vlc_object_t *)p_playlist, p_sys->psz_uri,
+ p_child = input_ItemNewWithType( p_demux, p_sys->psz_uri,
p_sys->psz_name ? p_sys->psz_name : p_sys->psz_uri,
0, NULL, p_sys->i_duration, ITEM_TYPE_NET );
More information about the vlc-devel
mailing list