Skip to content
Snippets Groups Projects
Commit ad90c9c3 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont
Browse files

cycle: do not use sout_stream_t.p_sout

parent e298c8af
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,7 @@ static int AddStream(sout_stream_t *stream, char *chain)
msg_Dbg(stream, "starting new phase \"%s\"", chain);
/* TODO format */
sys->stream = sout_StreamChainNew(stream->p_sout, chain,
sys->stream = sout_StreamChainNew(VLC_OBJECT(stream), chain,
stream->p_next, NULL);
if (sys->stream == NULL)
return -1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment