Commit 188b8fa7 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

sgimb: Kill a warning.

parent ff6d0af6
......@@ -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 );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment