Commit 9e93e037 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

sgimb: Don't use playlist code.

parent 555437f5
......@@ -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 );
......
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