[vlc-devel] commit: sgimb: Kill a warning. (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:27:48 2008 +0200| [188b8fa701e3987cb8479572dadd64644e6920c2]
sgimb: Kill a warning.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=188b8fa701e3987cb8479572dadd64644e6920c2
---
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 6a8d4d6..1701073 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( p_demux, p_sys->psz_uri,
+ p_child = input_ItemNewWithType( VLC_OBJECT(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