Commit 3ccf6606 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Attach the RTP access output grabber object.

Fix #1486
Signed-off-by: default avatarRémi Denis-Courmont <rem@videolan.org>
parent d9a7620a
......@@ -1677,5 +1677,6 @@ static sout_access_out_t *GrabberCreate( sout_stream_t *p_stream )
p_grab->p_sys = (sout_access_out_sys_t *)p_stream;
p_grab->pf_seek = NULL;
p_grab->pf_write = AccessOutGrabberWrite;
vlc_object_attach( p_grab, p_stream );
return p_grab;
}
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