Le 16/02/2013 16:18, Francois Cartegnie a écrit : > + p_stream->p_sys = p_sys = malloc(sizeof(sout_stream_sys_t)); Forgot to change to calloc or NULLify since those pf init changes. > + p_stream->pf_add = Add; > + p_stream->pf_del = Del; > + p_stream->pf_send = Send; Francois